mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-25 22:55:06 +02:00
fix: Fix mouse detection not working on proc after closing search
This commit is contained in:
parent
54a35d632e
commit
cc87fa8e4a
@ -200,6 +200,7 @@ impl App {
|
|||||||
.search_state
|
.search_state
|
||||||
.is_enabled = false;
|
.is_enabled = false;
|
||||||
self.move_widget_selection(&WidgetDirection::Up);
|
self.move_widget_selection(&WidgetDirection::Up);
|
||||||
|
self.is_force_redraw = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -214,6 +215,7 @@ impl App {
|
|||||||
current_proc_state.columns.backup_prev_scroll_position;
|
current_proc_state.columns.backup_prev_scroll_position;
|
||||||
current_proc_state.is_sort_open = false;
|
current_proc_state.is_sort_open = false;
|
||||||
self.move_widget_selection(&WidgetDirection::Right);
|
self.move_widget_selection(&WidgetDirection::Right);
|
||||||
|
self.is_force_redraw = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user