Skip to content

Commit 7a21252

Browse files
comfy-pr-botDrJKL
andauthored
[backport core/1.32] Fix: TextArea context menu (#6865)
Backport of #6834 to `core/1.32` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6865-backport-core-1-32-Fix-TextArea-context-menu-2b46d73d3650810aa94ccefc1e1e01c4) by [Unito](https://www.unito.io) Co-authored-by: Alexander Brown <drjkl@comfy.org>
1 parent d3044fe commit 7a21252

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/renderer/extensions/vueNodes/widgets/components/WidgetTextarea.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
fluid
1414
data-capture-wheel="true"
1515
@pointerdown.capture.stop
16+
@pointermove.capture.stop
17+
@pointerup.capture.stop
18+
@contextmenu.capture.stop
1619
/>
1720
<LODFallback />
1821
</div>

0 commit comments

Comments
 (0)