mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-22 22:26:54 +03:00
fix(floating-panes): update tooltip after hiding floating panes with mouse (#1186)
This commit is contained in:
parent
30e34387f0
commit
8d3bd3c9b0
@ -1211,6 +1211,7 @@ pub(crate) fn screen_thread_main(
|
||||
.unwrap()
|
||||
.handle_left_click(&point, client_id);
|
||||
|
||||
screen.update_tabs();
|
||||
screen.render();
|
||||
}
|
||||
ScreenInstruction::RightClick(point, client_id) => {
|
||||
@ -1219,6 +1220,7 @@ pub(crate) fn screen_thread_main(
|
||||
.unwrap()
|
||||
.handle_right_click(&point, client_id);
|
||||
|
||||
screen.update_tabs();
|
||||
screen.render();
|
||||
}
|
||||
ScreenInstruction::MouseRelease(point, client_id) => {
|
||||
|
Loading…
Reference in New Issue
Block a user