fix: refresh hover when menus modify their contents
This fixes hover and scroll in palettes and dropdowns. close #486
This commit is contained in:
parent
d5166e2f68
commit
87e0e06aaf
5 changed files with 9 additions and 1 deletions
|
|
@ -318,6 +318,7 @@ pub fn Create(options: type) type {
|
|||
}
|
||||
|
||||
fn start_query(self: *Self, n: usize) !void {
|
||||
defer tui.reset_hover(@src());
|
||||
defer self.update_count_hint();
|
||||
self.items = 0;
|
||||
self.menu.reset_items();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue