Added notify call

This commit is contained in:
Mikayla Maki 2022-10-24 13:18:02 -07:00
parent bd35468d18
commit 40290a9a42
3 changed files with 7 additions and 0 deletions

View file

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