Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information