Address picker issues
This commit is contained in:
parent
6f180ed822
commit
f5a6a112c8
9 changed files with 24 additions and 9 deletions
|
@ -153,7 +153,9 @@ impl View for TerminalView {
|
|||
}
|
||||
|
||||
fn on_focus_in(&mut self, _: AnyViewHandle, cx: &mut ViewContext<Self>) {
|
||||
cx.focus(self.content.handle());
|
||||
if cx.is_self_focused() {
|
||||
cx.focus(self.content.handle());
|
||||
}
|
||||
}
|
||||
|
||||
fn keymap_context(&self, _: &gpui::AppContext) -> gpui::keymap::Context {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue