Implement external file drop in pane
This commit is contained in:
parent
8ff05c6a72
commit
c4e306162c
4 changed files with 24 additions and 29 deletions
|
@ -197,7 +197,7 @@ impl TerminalView {
|
|||
cx.spawn(|_, mut cx| async move {
|
||||
let opened_items = task_workspace
|
||||
.update(&mut cx, |workspace, cx| {
|
||||
workspace.open_paths(vec![path.path_like], is_dir, cx)
|
||||
workspace.open_paths(vec![path.path_like], is_dir, None, cx)
|
||||
})
|
||||
.context("workspace update")?
|
||||
.await;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue