mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Merge pull request #1799 from zed-industries/fix-project-panel-notify
Fix project panel not showing files / folders
This commit is contained in:
commit
c295f943ba
1 changed files with 1 additions and 0 deletions
|
@ -375,6 +375,7 @@ impl ProjectPanel {
|
|||
}
|
||||
self.update_visible_entries(Some((worktree_id, entry_id)), cx);
|
||||
cx.focus_self();
|
||||
cx.notify();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue