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
Hi, the documentation says "When an item has begun being dragged, it will trigger the "ss-event-dragged" on the container element", but I can not find "ss-event-dragged" event in version 2.0.
This code does nothing on drag:
$cards.on("ss-event-dragged", function(e, selected) {
console.log("Enter drag mode");
});
The text was updated successfully, but these errors were encountered:
Hi, the documentation says "When an item has begun being dragged, it will trigger the "ss-event-dragged" on the container element", but I can not find "ss-event-dragged" event in version 2.0.
This code does nothing on drag:
$cards.on("ss-event-dragged", function(e, selected) {
console.log("Enter drag mode");
});
The text was updated successfully, but these errors were encountered: