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
According to this issue you should use CSS.Translate.toString(transform) instead of CSS.Transform.toString(transform) to prevent scale transformation issues.
I would like to suggest to replace all CSS.Transform.toString(transform) in the documentation to CSS.Translate.toString(transform) as default. All examples in the clauderic/dnd-kit repository are also using this.
The text was updated successfully, but these errors were encountered:
According to this issue you should use
CSS.Translate.toString(transform)
instead ofCSS.Transform.toString(transform)
to prevent scale transformation issues.I would like to suggest to replace all
CSS.Transform.toString(transform)
in the documentation toCSS.Translate.toString(transform)
as default. All examples in the clauderic/dnd-kit repository are also using this.The text was updated successfully, but these errors were encountered: