Added notify call
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
// What do I want for testing:
|
||||
|
||||
// - A command to run, that exercises the existing APIs to generate a database, which I can then
|
||||
// use a sqlite browser to develop queries against.
|
||||
// - A way to generate arbitrary database states which are then hooked into a dev build of rust for testing
|
||||
// -
|
||||
@@ -375,6 +375,7 @@ impl ProjectPanel {
|
||||
}
|
||||
self.update_visible_entries(Some((worktree_id, entry_id)), cx);
|
||||
cx.focus_self();
|
||||
cx.notify();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user