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
It is possible to move fingers outside of the document - either by moving them too far away, or moving them to a negative coordinate. This causes document.elementFromPoint to return null and cause an error when trying to dispatch the event.
It should be possible to fire mouseout (or pointerout) on document in this case.
The text was updated successfully, but these errors were encountered:
It is possible to move fingers outside of the document - either by moving them too far away, or moving them to a negative coordinate. This causes document.elementFromPoint to return
null
and cause an error when trying to dispatch the event.It should be possible to fire
mouseout
(orpointerout
) ondocument
in this case.The text was updated successfully, but these errors were encountered: