mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 08:00:13 +01:00
This commit is contained in:
parent
2663d0a4f4
commit
158b534651
3 changed files with 75 additions and 66 deletions
|
|
@ -546,7 +546,7 @@ export const initFileMenu = (app: App, notebookId: string, pathString: string, l
|
|||
label: window.siyuan.languages.dataHistory,
|
||||
icon: "iconHistory",
|
||||
click() {
|
||||
openDocHistory(app, id);
|
||||
openDocHistory({app, id, notebookId, pathString: name});
|
||||
}
|
||||
}).element);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue