Fix panic caused by focusing the same thing twice
This commit is contained in:
parent
5a711886d4
commit
cc9fb9dea0
3 changed files with 7 additions and 3 deletions
|
@ -268,7 +268,6 @@ impl PickerDelegate for CommandPaletteDelegate {
|
|||
}
|
||||
|
||||
fn dismissed(&mut self, cx: &mut ViewContext<Picker<Self>>) {
|
||||
cx.focus(&self.previous_focus_handle);
|
||||
self.command_palette
|
||||
.update(cx, |_, cx| cx.emit(ModalEvent::Dismissed))
|
||||
.log_err();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue