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
Is there any way to have the drag start at the div's original value? for instance my css has the div's bottom : 0px. But once I wrap it in a draggable it ends up centered vertically.
Thanks!
The text was updated successfully, but these errors were encountered:
Fixes:
* #48 (draggable start at current position),
* #34 (move element from javascript),
* #46 (spaces to tabs),
* Parts of #31 ('moveOnStartChange', add node to drag callbacks,
fix pendingState in drag callbacks)
* Linting errors
* Documentation
Is there any way to have the drag start at the div's original value? for instance my css has the div's bottom : 0px. But once I wrap it in a draggable it ends up centered vertically.
Thanks!
The text was updated successfully, but these errors were encountered: