mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
a40bfd6d5e
commit
e4c6191379
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export class Menus {
|
|||
event.preventDefault();
|
||||
return;
|
||||
}
|
||||
if (target.classList.contains("b3-text-field")) {
|
||||
if (target.classList.contains("b3-text-field") || (target.tagName === "INPUT" && (target as HTMLInputElement).type === "text")) {
|
||||
/// #if !BROWSER
|
||||
ipcRenderer.send(Constants.SIYUAN_CONTEXT_MENU, {
|
||||
undo: window.siyuan.languages.undo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue