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
Hey I am writing a tiny svelte library which changes size of the elements for which I change transform style of the element,
I also rely on this library to drag elements around for a different project. When I change transform style externally it doesn't move from that position rather from last dragged position
The text was updated successfully, but these errors were encountered:
Hey I am writing a tiny svelte library which changes size of the elements for which I change transform style of the element,
I also rely on this library to drag elements around for a different project. When I change transform style externally it doesn't move from that position rather from last dragged position
If i understand correctly, your own transform: rules are overriding neodrag's transformations? If that's the case, check out legacyTranslate or transform option in the docs
Thanks, that fixed it. But wouldn't it still cause problems later down the line when a different library changes translate externally.
Feel feel free to close this issue
Hey I am writing a tiny svelte library which changes size of the elements for which I change transform style of the element,
I also rely on this library to drag elements around for a different project. When I change transform style externally it doesn't move from that position rather from last dragged position
The text was updated successfully, but these errors were encountered: