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
I know the maintenance of this lib is slightly up in the air, but this has caused me a ton of problems trying to figure this out, so here's the info in case this bites anyone else.
The calculation around dragging the element based on cursor position gets totally broken if you happen to use this inside an element with container-type: inline-size;. No idea why. If someone knows and thinks they could fix it that would be pretty cool. Otherwise, you need to avoid using this with container queries I guess.
This also effects the sortablejs library. I'm not really sure why.
The text was updated successfully, but these errors were encountered:
I know the maintenance of this lib is slightly up in the air, but this has caused me a ton of problems trying to figure this out, so here's the info in case this bites anyone else.
The calculation around dragging the element based on cursor position gets totally broken if you happen to use this inside an element with
container-type: inline-size;
. No idea why. If someone knows and thinks they could fix it that would be pretty cool. Otherwise, you need to avoid using this with container queries I guess.This also effects the sortablejs library. I'm not really sure why.
The text was updated successfully, but these errors were encountered: