Remove reference to pane from a toolbar.
Co-authored-by: Kyle <kyle@zed.dev>
This commit is contained in:
parent
7d83d15bf3
commit
8831e03eba
6 changed files with 5 additions and 76 deletions
|
@ -308,7 +308,7 @@ impl Pane {
|
|||
pane: handle.clone(),
|
||||
next_timestamp,
|
||||
}))),
|
||||
toolbar: cx.add_view(|_| Toolbar::new(Some(handle))),
|
||||
toolbar: cx.add_view(|_| Toolbar::new()),
|
||||
tab_bar_context_menu: TabBarContextMenu {
|
||||
kind: TabBarContextMenuKind::New,
|
||||
handle: context_menu,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue