WIP
This commit is contained in:
parent
381c82714b
commit
284a446be7
2 changed files with 25 additions and 3 deletions
|
@ -396,8 +396,10 @@ impl Pane {
|
|||
cx.emit(Event::ActivateItem { local });
|
||||
}
|
||||
self.update_active_toolbar(cx);
|
||||
self.focus_active_item(cx);
|
||||
self.activate(cx);
|
||||
if local {
|
||||
self.focus_active_item(cx);
|
||||
self.activate(cx);
|
||||
}
|
||||
cx.notify();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue