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 a component is rotated (by itself or any of its parents) the draggable package will produce unexpected result. This impact other package like resizable and Slider that use draggable and prevent them to work when rotated.
A solution might be to climb the component ancestry to compute its absolute rotation and act accordingly in draggable.js.
Information
Description
When a component is rotated (by itself or any of its parents) the
draggable
package will produce unexpected result. This impact other package likeresizable
andSlider
that usedraggable
and prevent them to work when rotated.A solution might be to climb the component ancestry to compute its absolute rotation and act accordingly in
draggable.js
.Reproduce by
The text was updated successfully, but these errors were encountered: