Add focusing into the toggle dock commands
This commit is contained in:
parent
8ccb75029f
commit
790d995381
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue