fix: refresh hover when menus modify their contents

This fixes hover and scroll in palettes and dropdowns.

close #486
This commit is contained in:
CJ van den Berg 2026-02-03 18:45:44 +01:00
parent d5166e2f68
commit 87e0e06aaf
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
5 changed files with 9 additions and 1 deletions

View file

@ -162,6 +162,7 @@ fn receive_project_manager(self: *Self, _: tp.pid_ref, m: tp.message) MessageFil
}
fn process_project_manager(self: *Self, m: tp.message) MessageFilter.Error!void {
defer tui.reset_hover(@src());
var file_name: []const u8 = undefined;
var file_type: []const u8 = undefined;
var file_icon: []const u8 = undefined;