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
What is the expected behavior?
The component is rendered to the canvas
What is the current behavior?
Nothing happends, in the browser console an error is shown:
BlockView.ts:103 Uncaught TypeError: a.setDragHelper is not a function
at o.startDrag (BlockView.ts:103:12)
at HTMLDivElement.t (cash-dom.ts:765:36)
On my real app I get the error "sorter.setDragHelper is not a function" but i guess is the same issue.
I can confirm that this is not happening on version 0.21.13 https://jsfiddle.net/badiuciprian/0ngb48y6/4/
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
GrapesJS version
What browser are you using?
131.0.6778.86
Reproducible demo link
https://jsfiddle.net/badiuciprian/qe28obhr/1/
Describe the bug
How to reproduce the bug?
What is the expected behavior?
The component is rendered to the canvas
What is the current behavior?
Nothing happends, in the browser console an error is shown:
BlockView.ts:103 Uncaught TypeError: a.setDragHelper is not a function
at o.startDrag (BlockView.ts:103:12)
at HTMLDivElement.t (cash-dom.ts:765:36)
On my real app I get the error "sorter.setDragHelper is not a function" but i guess is the same issue.
I can confirm that this is not happening on version 0.21.13
https://jsfiddle.net/badiuciprian/0ngb48y6/4/
Code of Conduct
The text was updated successfully, but these errors were encountered: