WIP: start search2

This commit is contained in:
Piotr Osiewicz 2023-11-13 20:38:37 +01:00
parent 7a454bed22
commit dfd68d4cb8
18 changed files with 5115 additions and 43 deletions

View file

@ -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 {