Vanessa 2023-06-04 00:10:33 +08:00
parent 2663d0a4f4
commit 158b534651
3 changed files with 75 additions and 66 deletions

View file

@ -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);
}