fix(palette): update command palette on resize
This commit is contained in:
parent
e7c8fea3f0
commit
deaad1e90a
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ fn render_cell(plane: *Plane, y: usize, x: usize, style: Widget.Theme.Style) !vo
|
|||
|
||||
fn on_resize_menu(self: *Self, _: *Menu.State(*Self), _: Widget.Box) void {
|
||||
self.do_resize();
|
||||
self.start_query() catch {};
|
||||
}
|
||||
|
||||
fn do_resize(self: *Self) void {
|
||||
|
|
Loading…
Add table
Reference in a new issue