diff --git a/crates/gpui/src/app/window.rs b/crates/gpui/src/app/window.rs index 1b9464ddeb..606cfc9a24 100644 --- a/crates/gpui/src/app/window.rs +++ b/crates/gpui/src/app/window.rs @@ -449,7 +449,7 @@ impl<'a> WindowContext<'a> { }) } - pub fn dispatch_keystroke(&mut self, keystroke: &Keystroke) -> bool { + pub(crate) fn dispatch_keystroke(&mut self, keystroke: &Keystroke) -> bool { let window_id = self.window_id; if let Some(focused_view_id) = self.focused_view_id() { let dispatch_path = self