This commit is contained in:
Smit Barmase 2025-07-14 10:16:29 +05:30
parent 153840199e
commit 281ef340db
No known key found for this signature in database
3 changed files with 28 additions and 2 deletions

View file

@ -288,6 +288,7 @@ pub fn init(cx: &mut App) {
cx.observe_new(|workspace: &mut Workspace, _, _| {
workspace.register_action(|workspace, _: &ToggleFocus, window, cx| {
println!("this must run");
workspace.toggle_panel_focus::<ProjectPanel>(window, cx);
});