Add focusing into the toggle dock commands

This commit is contained in:
Mikayla Maki 2023-06-14 23:04:41 -07:00
parent 8ccb75029f
commit 790d995381
No known key found for this signature in database

View file

@ -1598,9 +1598,7 @@ impl Workspace {
focus_center = true;
}
} else {
if active_panel.is_zoomed(cx) {
cx.focus(active_panel.as_any());
}
cx.focus(active_panel.as_any());
reveal_dock = true;
}
}