This commit is contained in:
Conrad Irwin 2025-08-25 21:57:33 -06:00
parent 18c5cbacd6
commit 66af5030a7

View file

@ -402,7 +402,6 @@ impl PickerDelegate for CommandPaletteDelegate {
_window: &mut Window,
cx: &mut Context<Picker<Self>>,
) -> Option<String> {
dbg!(self.selected_ix);
if self.selected_ix != 0 {
return None;
}