Merge pull request #2207 from zed-industries/project-panel-actions
Fix project panel actions
This commit is contained in:
commit
350b7b82f7
14 changed files with 142 additions and 94 deletions
|
@ -1294,7 +1294,7 @@ impl View for ContactList {
|
|||
|
||||
fn keymap_context(&self, _: &AppContext) -> KeymapContext {
|
||||
let mut cx = Self::default_keymap_context();
|
||||
cx.set.insert("menu".into());
|
||||
cx.add_identifier("menu");
|
||||
cx
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue