mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -363,7 +363,6 @@ export const contentMenu = (protyle: IProtyle, nodeElement: Element) => {
|
||||
}
|
||||
}
|
||||
}).element);
|
||||
/// #if !BROWSER
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
label: window.siyuan.languages.pasteAsPlainText,
|
||||
accelerator: "⇧⌘V",
|
||||
@@ -372,7 +371,6 @@ export const contentMenu = (protyle: IProtyle, nodeElement: Element) => {
|
||||
pasteAsPlainText(protyle);
|
||||
}
|
||||
}).element);
|
||||
/// #endif
|
||||
window.siyuan.menus.menu.append(new MenuItem({
|
||||
label: window.siyuan.languages.pasteEscaped,
|
||||
async click() {
|
||||
|
||||
Reference in New Issue
Block a user