crates/editor/src/editor.rs 🔗
@@ -11708,7 +11708,6 @@ impl ViewInputHandler for Editor {
cx: &mut ViewContext<Self>,
) {
if !self.input_enabled {
- cx.emit(EditorEvent::InputIgnored { text: text.into() });
return;
}