mirror of https://github.com/helix-editor/helix
chore: remove TODO comment
parent
8eac1c2721
commit
9227267aa3
|
@ -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') => {
|
||||
|
|
Loading…
Reference in New Issue