Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Dec 17, 2024
1 parent 9477bbb commit 9fcfd7b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ impl PickerDelegate for DirectoryContextPickerDelegate {
}

fn update_matches(&mut self, _query: String, _cx: &mut ViewContext<Picker<Self>>) -> Task<()> {
// TODO: Implement this.
// TODO: Implement this once we fix the issues with the file context picker.
Task::ready(())
}

fn confirm(&mut self, _secondary: bool, _cx: &mut ViewContext<Picker<Self>>) {
// TODO: Implement this.
// TODO: Implement this once we fix the issues with the file context picker.
}

fn dismissed(&mut self, cx: &mut ViewContext<Picker<Self>>) {
Expand Down

0 comments on commit 9fcfd7b

Please sign in to comment.