Merge pull request #2207 from zed-industries/project-panel-actions

Fix project panel actions
This commit is contained in:
Mikayla Maki 2023-02-23 14:31:29 -08:00 committed by GitHub
commit 350b7b82f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 142 additions and 94 deletions

View file

@ -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
}