crates/editor/src/editor.rs 🔗
@@ -1332,6 +1332,7 @@ impl CompletionsMenu {
}
self.matches = matches.into();
+ self.selected_item = 0;
}
}
Julia and Antonio Scandurra created
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
crates/editor/src/editor.rs | 1 +
1 file changed, 1 insertion(+)
@@ -1332,6 +1332,7 @@ impl CompletionsMenu {
}
self.matches = matches.into();
+ self.selected_item = 0;
}
}