cuire / svelte-grid-extended

A draggable and resizable grid layout, for Svelte
https://svelte-grid-extended.vercel.app
MIT License
78 stars 9 forks source link

[Bug] Changing container size breaks move/resize events #11

Closed cuire closed 1 year ago

cuire commented 1 year ago

When changing size of the container during resize/move pointermove event difference between initialPositon and current pointer position is becomes invalid. Should add resizeObserver to pointerdown callback functions and somehow calc dif. 😵😵😵😵😵

cuire commented 1 year ago

Or it can be ignored until autoscroll support. 😅