Fix: TextArea context menu (#6834)

## Summary

Allow the default browser context menu within textareas on Vue Nodes.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6834-Fix-TextArea-context-menu-2b36d73d3650814e9706e76163dda59a)
by [Unito](https://www.unito.io)
This commit is contained in:
Alexander Brown
2025-11-22 15:18:04 -08:00
committed by GitHub
parent a91b9f288f
commit c1e237255a

View File

@@ -13,6 +13,9 @@
fluid
data-capture-wheel="true"
@pointerdown.capture.stop
@pointermove.capture.stop
@pointerup.capture.stop
@contextmenu.capture.stop
/>
<LODFallback />
</div>