Implement channel modal

Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
Max Brunsfeld 2023-12-19 12:02:35 -08:00
parent 80b6922de7
commit 1c3698ae20
6 changed files with 213 additions and 243 deletions

View file

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