dragenter executes to often #741
Pennywise96
started this conversation in
4. General
Replies: 1 comment
-
Maybe you can take something from here: https://codepen.io/KevinBatdorf/pen/PoZeBEv |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to build a sortable list with alpine.
Here is my code:
When I'm dragging a item the dragenter function gets executed over 100 times and the browser crashes. This function should only execute once when I'm dragging a item over a other item. How can i fix this?
Beta Was this translation helpful? Give feedback.
All reactions