mirror of https://github.com/lapce/lapce.git
cancel completion and hover fix
This commit is contained in:
parent
568e723d33
commit
f94d55f629
|
@ -1224,6 +1224,12 @@ fn run_focus_command(
|
|||
Target::Widget(self.palette.widget_id),
|
||||
));
|
||||
}
|
||||
if self.has_completions() {
|
||||
self.cancel_completion();
|
||||
}
|
||||
if self.has_hover() {
|
||||
self.cancel_hover();
|
||||
}
|
||||
}
|
||||
SplitVertical => {
|
||||
self.main_split.split_editor(
|
||||
|
|
Loading…
Reference in New Issue