aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/editor.rs
diff options
context:
space:
mode:
authorIvan Tham2021-06-30 13:39:21 +0000
committerBlaž Hrastnik2021-07-04 09:01:59 +0000
commit6710855eac4826ffdc77d22901b010ae20bbaf3e (patch)
tree2be85d970cd4c7aff92a2f9dabc9d371f6c69020 /helix-term/src/ui/editor.rs
parent9effe71b7d2133f18545d182cef384ea3fd1c0ff (diff)
Fix rendering issues for infobox
Diffstat (limited to 'helix-term/src/ui/editor.rs')
-rw-r--r--helix-term/src/ui/editor.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/ui/editor.rs b/helix-term/src/ui/editor.rs
index 8b7c92de..ad4f73bc 100644
--- a/helix-term/src/ui/editor.rs
+++ b/helix-term/src/ui/editor.rs
@@ -719,6 +719,7 @@ impl Component for EditorView {
if let Some(info) = std::mem::take(&mut cx.editor.autoinfo) {
info.render(area, surface, cx);
+ cx.editor.autoinfo = Some(info);
}
// render status msg