Merge branch 'main' into ui-scrollbar-teardown
This commit is contained in:
commit
b4223d318f
557 changed files with 15692 additions and 9036 deletions
|
@ -85,7 +85,7 @@ where
|
|||
.menu(move |_window, _cx| Some(picker.clone()))
|
||||
.trigger_with_tooltip(self.trigger, self.tooltip)
|
||||
.anchor(self.anchor)
|
||||
.when_some(self.handle.clone(), |menu, handle| menu.with_handle(handle))
|
||||
.when_some(self.handle, |menu, handle| menu.with_handle(handle))
|
||||
.offset(gpui::Point {
|
||||
x: px(0.0),
|
||||
y: px(-2.0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue