Fix esc in command palette
Also: add editor.register_action
This commit is contained in:
parent
4f885252ab
commit
107c3d7f67
8 changed files with 140 additions and 56 deletions
|
@ -644,6 +644,7 @@ impl ProjectPanel {
|
|||
}
|
||||
|
||||
fn cancel(&mut self, _: &Cancel, cx: &mut ViewContext<Self>) {
|
||||
dbg!("odd");
|
||||
self.edit_state = None;
|
||||
self.update_visible_entries(None, cx);
|
||||
cx.focus(&self.focus_handle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue