diff --git a/crates/file_finder/src/open_path_prompt.rs b/crates/file_finder/src/open_path_prompt.rs index b778328cfbee5f616598a0ef7aaef36aa7aa94f5..aeb774176d7a300b04ebdd6b326f21866d3aa10e 100644 --- a/crates/file_finder/src/open_path_prompt.rs +++ b/crates/file_finder/src/open_path_prompt.rs @@ -266,6 +266,7 @@ impl PickerDelegate for OpenPathDelegate { *m, ) }); + this.delegate.selected_index = 0; cx.notify(); }) .ok();