And a few more todos

This commit is contained in:
Mikayla 2024-01-09 16:31:12 -08:00
parent 9ce7ef8949
commit e786e22121
No known key found for this signature in database
5 changed files with 14 additions and 18 deletions

View file

@ -18,7 +18,6 @@ use workspace::{ModalView, Toast, Workspace};
actions!(branches, [OpenRecent]);
pub fn init(cx: &mut AppContext) {
// todo!() po
cx.observe_new_views(|workspace: &mut Workspace, _| {
workspace.register_action(|workspace, action, cx| {
BranchList::toggle_modal(workspace, action, cx).log_err();