Allow dragging and dropping tabs
Co-authored-by: Nathan <nathan@zed.dev> Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
parent
a4a501603e
commit
a579713a45
9 changed files with 82 additions and 535 deletions
|
@ -228,7 +228,7 @@ impl<D: PickerDelegate> Render for Picker<D> {
|
|||
.when(self.delegate.match_count() > 0, |el| {
|
||||
el.child(
|
||||
v_stack()
|
||||
.grow()
|
||||
.flex_grow()
|
||||
.child(
|
||||
uniform_list(
|
||||
cx.view().clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue