Update openTitleMenu.ts (#12701)
This commit is contained in:
parent
f74380a4d6
commit
89ec9591ae
1 changed files with 2 additions and 2 deletions
|
@ -263,6 +263,7 @@ export const openTitleMenu = (protyle: IProtyle, position: IPosition) => {
|
|||
genImportMenu(protyle.notebookId, protyle.path);
|
||||
window.siyuan.menus.menu.append(exportMd(protyle.block.showAll ? protyle.block.id : protyle.block.rootID));
|
||||
|
||||
window.siyuan.menus.menu.append(new MenuItem({id: "separator_4", type: "separator"}).element);
|
||||
if (protyle?.app?.plugins) {
|
||||
emitOpenMenu({
|
||||
plugins: protyle.app.plugins,
|
||||
|
@ -271,10 +272,9 @@ export const openTitleMenu = (protyle: IProtyle, position: IPosition) => {
|
|||
protyle,
|
||||
data: response.data,
|
||||
},
|
||||
separatorPosition: "top",
|
||||
separatorPosition: "bottom",
|
||||
});
|
||||
}
|
||||
window.siyuan.menus.menu.append(new MenuItem({id: "separator_4", type: "separator"}).element);
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
id: "updateAndCreatedAt",
|
||||
iconHTML: "",
|
||||
|
|
Loading…
Add table
Reference in a new issue