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
I gues it is something with new versions of Vue handling @drop event differently.
Anyway, for those who stuck with double firing, here is the fix. Add .self modifier
I gues it is something with new versions of Vue handling @drop event differently.
Anyway, for those who stuck with double firing, here is the fix. Add
.self
modifier<AppDrop @drop.self="moveTaskOrColumn"
Same for tasks and columns.
Read more https://vuejs.org/guide/essentials/event-handling.html#event-modifiers
The text was updated successfully, but these errors were encountered: