diff --git a/crates/editor/src/editor.rs b/crates/editor/src/editor.rs index 3143b19629e9ee6d19b532bfdc3e6f5636e79976..9b276f002c010cb4fc366864e0b74a4827ab0cf1 100644 --- a/crates/editor/src/editor.rs +++ b/crates/editor/src/editor.rs @@ -1332,6 +1332,7 @@ impl CompletionsMenu { } self.matches = matches.into(); + self.selected_item = 0; } }