Default legacyTranslate setting ignored
When using @neodrag/svelte and not setting legacyTranslate explicitly to true or false.
The dragged element receives css translate property as wel as the transform property.
Using version 2.3.2
Svelte docs state is should be true by default: https://www.neodrag.dev/docs/svelte#legacyTranslate
Please provide a svelte repl link with minimal reproduction
Ok not as extreme as in my code, but here is the example.
https://svelte.dev/playground/d67b6120c5ea4f108a205847f400db68?version=5.25.3
(using tailwind, but somehow the option is disabled when sharing the link)
I just visited your site and saw that version 3 is coming. Not sure if itβs still worth pursuing this π
Good catch!! I'll fix this bug.
Re v3: That'll take a while, so shipping bug fixes now to v2 as they happen