mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-18 15:40:12 +01:00
🚨
This commit is contained in:
parent
e5541921df
commit
8a4ab0daff
5 changed files with 47 additions and 47 deletions
|
|
@ -472,7 +472,7 @@ export const initFileMenu = (app: App, notebookId: string, pathString: string, l
|
|||
}).element);
|
||||
window.siyuan.menus.menu.append(new MenuItem({type: "separator"}).element);
|
||||
}
|
||||
openEditorTab(app, id, notebookId, pathString)
|
||||
openEditorTab(app, id, notebookId, pathString);
|
||||
if (!window.siyuan.config.readonly) {
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
label: window.siyuan.languages.fileHistory,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue