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
The Draggabilly constructor is being used pointing to a node. This is okay is the library is initialized only once. Otherwise, if for some reason, the developer initialize the library again, all the DOM will receive a new Draggabilly object appended.
What is happening right now, is that homescreen is subscribing to the event, after create a new instance of the object Pocketry. When a tile is dropped after drag, the callback is being called something around 10 times (and the worst part is that each time make a http request).
The text was updated successfully, but these errors were encountered:
The Draggabilly constructor is being used pointing to a node. This is okay is the library is initialized only once. Otherwise, if for some reason, the developer initialize the library again, all the DOM will receive a new Draggabilly object appended.
What is happening right now, is that homescreen is subscribing to the event, after create a new instance of the object Pocketry. When a tile is dropped after drag, the callback is being called something around 10 times (and the worst part is that each time make a http request).
The text was updated successfully, but these errors were encountered: