Refresh window, bypassing view cache, when opening hover or context menu

This commit is contained in:
Julia
2024-01-17 09:40:16 -05:00
parent 60b79ef2ea
commit 977832a04e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -339,6 +339,7 @@ fn show_hover(
this.hover_state.info_popover = hover_popover;
cx.notify();
cx.refresh();
})?;
Ok::<_, anyhow::Error>(())