WIP: Remove focus side effects from toggle dock commands

co-authored-by: max <max@zed.dev>
This commit is contained in:
Mikayla Maki 2023-05-30 12:00:15 -07:00
parent 84f98f13c4
commit 1a23fe91b4
No known key found for this signature in database
5 changed files with 18 additions and 70 deletions

View file

@ -354,7 +354,7 @@ pub fn initialize_workspace(
.map_or(false, |entry| entry.is_dir())
})
{
workspace.toggle_dock(project_panel_position, false, cx);
workspace.toggle_dock(project_panel_position, cx);
}
workspace.add_panel(terminal_panel, cx)