Merge pull request #1799 from zed-industries/fix-project-panel-notify

Fix project panel not showing files / folders
This commit is contained in:
Mikayla Maki 2022-10-24 13:28:26 -07:00 committed by GitHub
commit c295f943ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -375,6 +375,7 @@ impl ProjectPanel {
}
self.update_visible_entries(Some((worktree_id, entry_id)), cx);
cx.focus_self();
cx.notify();
}
}
}