From 18909aafe21ed32f11dcdf646423b43b1a951010 Mon Sep 17 00:00:00 2001 From: Charlie Groves Date: Mon, 22 Aug 2022 01:29:30 +0000 Subject: Update to crossterm-0.25 (#3390) --- helix-term/src/ui/editor.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-term/src/ui/editor.rs') diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs index 438d1412..46218e0d 100644 --- a/helix-term/src/ui/editor.rs +++ b/helix-term/src/ui/editor.rs @@ -1253,6 +1253,7 @@ impl Component for EditorView { } Event::Mouse(event) => self.handle_mouse_event(event, &mut cx), + Event::FocusGained | Event::FocusLost => EventResult::Ignored(None), } } -- cgit v1.2.3-70-g09d2