Add focusing into the toggle dock commands
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user