chore: remove TODO comment

pull/12902/head
Nikita Revenco 2025-02-18 13:52:09 +00:00
parent 8eac1c2721
commit 9227267aa3
1 changed files with 0 additions and 2 deletions

View File

@ -414,8 +414,6 @@ pub fn file_explorer(root: PathBuf, editor: &Editor) -> Result<FileExplorer, std
)
.with_preview(|_editor, (path, _is_dir)| Some((path.as_path().into(), None)))
.with_key_handlers(declare_key_handlers! {
// TODO: add a way to get user input in the Picker component and then
// execute an action based on that. Maybe re-use the existing Prompt component somehow?
|cx, (path, _is_dir): &(PathBuf, bool)|,
// create
alt!('n') => {