From 8c651f22a0487bbfd75da67d8a7566af787e34c6 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Sat, 20 Dec 2025 09:21:27 +0900 Subject: [PATCH] [backport core/1.35] fix: prevent custom context menu when editing text (#7636) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #7633 to `core/1.35` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7636-backport-core-1-35-fix-prevent-custom-context-menu-when-editing-text-2ce6d73d3650816f9fb0de2a6cb50cdb) by [Unito](https://www.unito.io) Co-authored-by: Johnpaul Chiwetelu <49923152+Myestery@users.noreply.github.com> --- src/components/common/EditableText.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/EditableText.vue b/src/components/common/EditableText.vue index 7d8afe7f0..322d332a4 100644 --- a/src/components/common/EditableText.vue +++ b/src/components/common/EditableText.vue @@ -21,6 +21,7 @@ @keyup.enter.capture.stop="blurInputElement" @keyup.escape.stop="cancelEditing" @click.stop + @contextmenu.stop @pointerdown.stop.capture @pointermove.stop.capture />