mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 06:30:14 +01:00
🔥 Remove the "Import" item from the doc block menu within the doc https://github.com/siyuan-note/siyuan/issues/16019
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
b7bce02107
commit
c7c0906082
1 changed files with 0 additions and 2 deletions
|
|
@ -21,7 +21,6 @@ import {popSearch} from "../../mobile/menu/search";
|
|||
import {openSearch} from "../../search/spread";
|
||||
import {openDocHistory} from "../../history/doc";
|
||||
import {openNewWindowById} from "../../window/openNewWindow";
|
||||
import {genImportMenu} from "../../menus/navigation";
|
||||
import {transferBlockRef} from "../../menus/block";
|
||||
import {addEditorToDatabase} from "../render/av/addToDatabase";
|
||||
import {openFileById} from "../../editor/util";
|
||||
|
|
@ -267,7 +266,6 @@ export const openTitleMenu = (protyle: IProtyle, position: IPosition) => {
|
|||
}
|
||||
}).element);
|
||||
}
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue