mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 10:59:53 +00:00
Fix incorrect workspace order
This commit is contained in:
parent
1376115db2
commit
04fc9d2d33
1 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@ impl WorkspaceElement {
|
|||
.flex_col()
|
||||
.flex_1()
|
||||
.child(tab_bar(self.tab_bar_scroll_state.clone())),
|
||||
)
|
||||
.child(collab_panel(self.right_scroll_state.clone())),
|
||||
),
|
||||
),
|
||||
)
|
||||
.child(collab_panel(self.right_scroll_state.clone())),
|
||||
)
|
||||
.child(statusbar())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue