mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
834e42d330
commit
346479a9e8
4 changed files with 17 additions and 8 deletions
|
|
@ -308,7 +308,8 @@ export class Files extends Model {
|
|||
app: options.app,
|
||||
notebookId,
|
||||
currentPath: pathString,
|
||||
useSavePath: false
|
||||
useSavePath: false,
|
||||
pushCreateEvt: true,
|
||||
});
|
||||
} else if (type === "more-root") {
|
||||
initNavigationMenu(options.app, target.parentElement).popup({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue