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
When you start dragging an element you can see that it gets its transform: translate3d(Xpx, Ypx, 0) set. And then, when you stop dragging it changes that to top: Xpx; left: Ypx and the transform property is removed.
This makes it impossible to set a transform: rotate(90deg) on the element additionally.
The text was updated successfully, but these errors were encountered:
When you start dragging an element you can see that it gets its
transform: translate3d(Xpx, Ypx, 0)
set. And then, when you stop dragging it changes that totop: Xpx; left: Ypx
and thetransform
property is removed.This makes it impossible to set a
transform: rotate(90deg)
on the element additionally.The text was updated successfully, but these errors were encountered: