Implement channel modal
Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
parent
80b6922de7
commit
1c3698ae20
6 changed files with 213 additions and 243 deletions
|
@ -239,7 +239,7 @@ impl<D: PickerDelegate> Render for Picker<D> {
|
|||
);
|
||||
|
||||
div()
|
||||
.key_context("picker")
|
||||
.key_context("Picker")
|
||||
.size_full()
|
||||
.when_some(self.width, |el, width| {
|
||||
el.w(width)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue