This commit is contained in:
parent
3116650965
commit
dfb5be0679
1 changed files with 0 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue