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
This is such a great library, thank you so much for sharing this great work:-)
I'm enjoying the features of the package so much, but I have a little problem which I can't seems to nail.
When dragging elements around and shaking the mouse decently, then sometimes the position of the mouse pointer relative to the draggable changes, so the mouse is not centered over the element as when the drag event started. I'm using grid based draggables, without controlled position although I set a default position to position existing items when initialising the drag area.
It is hard to make a conclusion on when this happens. I monitor canvas rendering and this does not affect position. It seems a bit random, and is very much more prone on development environment than in optimized code (timing/timers maybe). I'm using it in an Electron app.
Any suggestions what could cause this is appreciated a lot.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This is such a great library, thank you so much for sharing this great work:-)
I'm enjoying the features of the package so much, but I have a little problem which I can't seems to nail.
When dragging elements around and shaking the mouse decently, then sometimes the position of the mouse pointer relative to the draggable changes, so the mouse is not centered over the element as when the drag event started. I'm using grid based draggables, without controlled position although I set a default position to position existing items when initialising the drag area.
It is hard to make a conclusion on when this happens. I monitor canvas rendering and this does not affect position. It seems a bit random, and is very much more prone on development environment than in optimized code (timing/timers maybe). I'm using it in an Electron app.
Any suggestions what could cause this is appreciated a lot.
Best regards from Peter, Denmark.
Beta Was this translation helpful? Give feedback.
All reactions