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
Description
Drag and drop does not work when using Vue2 for node view. Haven't tried with other options, so I am not sure if this is related with Vue integration only.
Steps to reproduce the bug
Steps to reproduce the behavior:
Create a custom node using Vue 2 for it's node view.
Try to drag the node in the editor.
You will notice that the node is not draggable no matter what options you use (draggable: true for example).
I have not created a sandbox since you can see the issue in the documentation site:
@philippkuehn Apologies for missing that. Thank you for clarifying. I confirm that this works as expected. Added a handle with the data-drag-handle attribute in my custom node and it is now draggable.
Description
Drag and drop does not work when using Vue2 for node view. Haven't tried with other options, so I am not sure if this is related with Vue integration only.
Steps to reproduce the bug
Steps to reproduce the behavior:
I have not created a sandbox since you can see the issue in the documentation site:
Just try to drag the node view on the above pages and you will see the issue.
Regards
The text was updated successfully, but these errors were encountered: