diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 49612a59f91680108f07035183959450cf0e19f1..9db6fa0a0cd262284f876132496b483f4692299c 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,