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 noticed that with every drop any where, the drag-end callback function is called twice. The first time before the drop event with the correct (item, itemVM) data, the second time with always the same data (null, null).
So the first call is too early with the correct data, the second call is at the right time but with the wrong data.
The text was updated successfully, but these errors were encountered:
I noticed that with every drop any where, the drag-end callback function is called twice. The first time before the drop event with the correct
(item, itemVM)
data, the second time with always the same data(null, null)
.So the first call is too early with the correct data, the second call is at the right time but with the wrong data.
The text was updated successfully, but these errors were encountered: