diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 49612a59f9..9db6fa0a0c 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -867,6 +867,8 @@ impl Editor { } fn select(&mut self, Select(phase): &Select, cx: &mut ViewContext) { + self.hide_completions(cx); + match phase { SelectPhase::Begin { position,