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
For some reasons I use an auto zoom function to fit al the page functions in one screen without scrolling. So on my laptop the screen has a zoom of 65% $('body').css('zoom', '65%')
When using the zoom style drag & drop is out of sync while moving your mouse.
Is there a trick to fix the movement of the objects?
The text was updated successfully, but these errors were encountered:
For some reasons I use an auto zoom function to fit al the page functions in one screen without scrolling. So on my laptop the screen has a zoom of 65% $('body').css('zoom', '65%')
When using the zoom style drag & drop is out of sync while moving your mouse.
Is there a trick to fix the movement of the objects?
The text was updated successfully, but these errors were encountered: