Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added type check for 'dragStarted' variable as this is causing thousa…
…nds of console errors in Chrome, Firefox, Edge, IE, Safari before the first drag. This change is harmless because it is just checking if the variable dragStarted is declared before using it. Tested across all of the above browsers and working fine after this change.
- Loading branch information