Uncomment a bunch of tests in the editor

This commit is contained in:
Piotr Osiewicz 2023-12-01 18:11:27 +01:00
parent e0ccaa60ff
commit 4c4ec221af
4 changed files with 802 additions and 802 deletions

View file

@ -328,7 +328,7 @@ impl EditorElement {
});
}
fn modifiers_changed(
pub(crate) fn modifiers_changed(
editor: &mut Editor,
event: &ModifiersChangedEvent,
cx: &mut ViewContext<Editor>,