feat: add scrollbar to command palette
This commit is contained in:
parent
752331c717
commit
e7c8fea3f0
6 changed files with 156 additions and 43 deletions
|
@ -3655,7 +3655,7 @@ pub const EditorWidget = struct {
|
|||
const editorWidget = Widget.to(self);
|
||||
try container.add(try editor_gutter.create(a, container.widget(), editorWidget, &self.editor));
|
||||
try container.add(editorWidget);
|
||||
try container.add(try scrollbar_v.create(a, container.widget(), editorWidget));
|
||||
try container.add(try scrollbar_v.create(a, container.widget(), editorWidget, EventHandler.to_unowned(container)));
|
||||
return container.widget();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue