Stop propagation when confirming a completion
This commit is contained in:
parent
4fb3e6d812
commit
739d1179e3
1 changed files with 1 additions and 0 deletions
|
@ -3188,6 +3188,7 @@ impl Editor {
|
|||
let buffer_handle = completions_menu.buffer;
|
||||
let completions = completions_menu.completions.read();
|
||||
let completion = completions.get(mat.candidate_id)?;
|
||||
cx.stop_propagation();
|
||||
|
||||
let snippet;
|
||||
let text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue