Implement external file drop in pane
This commit is contained in:
parent
8ff05c6a72
commit
c4e306162c
4 changed files with 24 additions and 29 deletions
|
@ -100,7 +100,7 @@ pub fn new_journal_entry(app_state: Arc<AppState>, cx: &mut WindowContext) {
|
|||
|
||||
let opened = workspace
|
||||
.update(&mut cx, |workspace, cx| {
|
||||
workspace.open_paths(vec![entry_path], true, cx)
|
||||
workspace.open_paths(vec![entry_path], true, None, cx)
|
||||
})?
|
||||
.await;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue