input: Only recreate the TextView used to display hover information when necessary. (#1313)
This commit is contained in:
parent
69af1be6e5
commit
d619e00ecb
1 changed files with 0 additions and 1 deletions
|
|
@ -115,7 +115,6 @@ impl InputState {
|
||||||
self.handle_hover_definition(offset, window, cx);
|
self.handle_hover_definition(offset, window, cx);
|
||||||
} else {
|
} else {
|
||||||
self.hover_definition.clear();
|
self.hover_definition.clear();
|
||||||
self.hover_popover = None;
|
|
||||||
self.handle_hover_popover(offset, window, cx);
|
self.handle_hover_popover(offset, window, cx);
|
||||||
}
|
}
|
||||||
cx.notify();
|
cx.notify();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue