Help sorter.setDragHelper is not a function #6330
Unanswered
badiuciprian
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
try dragging any block to the canvas
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/
i see there are some changes on the sorter in the 0.22.1 release
Beta Was this translation helpful? Give feedback.
All reactions