From 964f92ee3109b74e71d8204a6da7e7821f6cc834 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Sat, 20 Dec 2025 09:21:35 +0900 Subject: [PATCH] [backport cloud/1.35] fix: prevent custom context menu when editing text (#7637) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #7633 to `cloud/1.35` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7637-backport-cloud-1-35-fix-prevent-custom-context-menu-when-editing-text-2ce6d73d365081559fb9f439112a1ddb) 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 7d8afe7f07..322d332a46 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 />