You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
Describe the bug
I want to disable cell moving when inner html textarea or input is clicked and moved.
I have tried using events such as node:move, and preventDefault the mouse event but it still moves.
i have tried the interacting dynamic nodeMoveable:
but nodeMovable is only called before the node is clicked once, not while the node is moving.
Your Example Website or App
Cell is moveable when html textarea inside is focused
Steps to Reproduce the Bug or Issue
Shape html code:
Expected behavior
not move the graph or node when clicked on textarea or input and be able to drag text inside the element.
Screenshots or Videos
https://gyazo.com/af363f1f174f4dfe7e710994da7dd385
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: