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
Close#16, fix IPointerEnter/Exit not handled correctly when disabling a raycaster
Root cause:
CleanUpRaycaster should resolve(pressUp, pointerExit) all the event data,
but previously the hover evetn data is skipped and doesn't been resolved
in the for-loop.
0 commit comments