diff --git a/crates/gpui/src/window.rs b/crates/gpui/src/window.rs index e9145bd9f5181da662a882f0f12e340e34d4822f..d28df52b25db59a2afa7388918e753a185f2ef81 100644 --- a/crates/gpui/src/window.rs +++ b/crates/gpui/src/window.rs @@ -3112,6 +3112,7 @@ impl Window { /// /// This method should only be called as part of the prepaint phase of element drawing. pub fn set_focus_handle(&mut self, focus_handle: &FocusHandle, _: &App) { + dbg!(&focus_handle.id); self.invalidator.debug_assert_prepaint(); if focus_handle.is_focused(self) { self.next_frame.focus = Some(focus_handle.id);