diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 1e61dc9f4a..16402795ee 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -11708,7 +11708,6 @@ impl ViewInputHandler for Editor { cx: &mut ViewContext, ) { if !self.input_enabled { - cx.emit(EditorEvent::InputIgnored { text: text.into() }); return; }