mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
fix: prevent custom context menu when editing text (#7633)
## Summary - Stop contextmenu event propagation in EditableText component - Allows browser's native context menu (copy/paste) when renaming nodes ## Test plan - [ ] Double-click a node title to enter edit mode - [ ] Select text and right-click - [ ] Verify browser's native context menu appears (not the node context menu) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7633-fix-prevent-custom-context-menu-when-editing-text-2ce6d73d365081e38461d080abe12b32) by [Unito](https://www.unito.io)
This commit is contained in:
committed by
GitHub
parent
8d37e48849
commit
14fdbdf793
@@ -21,6 +21,7 @@
|
|||||||
@keyup.enter.capture.stop="blurInputElement"
|
@keyup.enter.capture.stop="blurInputElement"
|
||||||
@keyup.escape.stop="cancelEditing"
|
@keyup.escape.stop="cancelEditing"
|
||||||
@click.stop
|
@click.stop
|
||||||
|
@contextmenu.stop
|
||||||
@pointerdown.stop.capture
|
@pointerdown.stop.capture
|
||||||
@pointermove.stop.capture
|
@pointermove.stop.capture
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user