fixed tests to match new behavior
This commit is contained in:
parent
b7e3ac5bf4
commit
b156644daf
2 changed files with 4 additions and 2 deletions
|
@ -384,6 +384,8 @@ pub fn initialize_workspace(
|
|||
workspace.toggle_dock(project_panel_position, cx);
|
||||
}
|
||||
|
||||
cx.focus_self();
|
||||
|
||||
workspace.add_panel(terminal_panel, cx);
|
||||
if let Some(assistant_panel) = assistant_panel {
|
||||
workspace.add_panel(assistant_panel, cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue