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 first off great module the dragging is super smooth !
One question, I am trying to change the zIndex on the end event. As soon as I set e.source.setZIndex(3) the source seems to get reset to it's original position!?
So how can I change the Draggable view position / properties after it has been dragged ?
Thanks
The text was updated successfully, but these errors were encountered:
On the end event I re-assign the top, left of the e.source to itself....
This seems to allow me to keep the last position values and allows me to modify the zIndex without the nasty position reset.
Hi first off great module the dragging is super smooth !
One question, I am trying to change the zIndex on the end event. As soon as I set e.source.setZIndex(3) the source seems to get reset to it's original position!?
So how can I change the Draggable view position / properties after it has been dragged ?
Thanks
The text was updated successfully, but these errors were encountered: