WIP: start search2
This commit is contained in:
parent
7a454bed22
commit
dfd68d4cb8
18 changed files with 5115 additions and 43 deletions
|
@ -1909,7 +1909,7 @@ impl Render for Pane {
|
|||
v_stack()
|
||||
.size_full()
|
||||
.child(self.render_tab_bar(cx))
|
||||
.child(div() /* todo!(toolbar) */)
|
||||
.child(self.toolbar.clone())
|
||||
.child(if let Some(item) = self.active_item() {
|
||||
div().flex_1().child(item.to_any())
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue