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
The "Dog" element is supposed to snap back to the original position if it's dragged and not placed inside the circle, however it does not work, the transform property does not change even though we are using the tweened store and can see the store is being continuously updated.
Repro:
https://svelte.dev/repl/035ab677b08d48a09830d43dcab4784d?version=4.2.18
The "Dog" element is supposed to snap back to the original position if it's dragged and not placed inside the circle, however it does not work, the
transform
property does not change even though we are using the tweened store and can see the store is being continuously updated.I am using exactly the same approach as the docs page:
https://github.com/PuruVJ/neodrag/blob/a9b7ac8147a4012192ff33e95d1e186ae367639b/docs/src/components/home/HeroExample.svelte#L60C4-L60C28
The text was updated successfully, but these errors were encountered: