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
Right now, we pick objects everytime a pointerup event occurs. This is a bit confusing, as a pointerup might occur both in the case of a click/tap or a pan/rotate.
A solution is to check if the pointer has moved since pointerdown occured, so that we know that this is a single click/tap.
The text was updated successfully, but these errors were encountered:
Right now, we pick objects everytime a
pointerup
event occurs. This is a bit confusing, as apointerup
might occur both in the case of a click/tap or a pan/rotate.A solution is to check if the pointer has moved since
pointerdown
occured, so that we know that this is a single click/tap.The text was updated successfully, but these errors were encountered: