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 try to set the bounds of the draggable to the screen by setting minTop and minLeft to 0 and maxTop and maxLeft to the platform width/height minus the draggable width/height.
All works fine except for minLeft. If I set this to 0 the draggable can not be moved left of the original position.
The text was updated successfully, but these errors were encountered:
I try to set the bounds of the draggable to the screen by setting
minTop
andminLeft
to0
andmaxTop
andmaxLeft
to the platform width/height minus the draggable width/height.All works fine except for
minLeft
. If I set this to 0 the draggable can not be moved left of the original position.The text was updated successfully, but these errors were encountered: