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
in Firefox when moving a marker a TypeError was thrown with:
invalid 'instanceof' operand window.TouchEvent
this just needs to separate the move event from the component from the
internal 'move' event fired afterwards so it doesn't loop.
This is now done by checking if originalEvent exists and checking its type
0 commit comments