Fix ReferenceError: "TouchEvent is not defined" in Firefox#43
Fix ReferenceError: "TouchEvent is not defined" in Firefox#43psiegel404 wants to merge 1 commit intoIsraelZablianov:masterfrom
Conversation
In Firefox a ReferenceError: "TouchEvent is not defined" is thrown. This commit fixes it by simply inserting "window.TouchEvent && " into the if-check in line 206
|
It seems like there is another problem in firefox I couldn't figure out yet. In Chrome & Edge the dragging works correctly by holding the left mouse button down and the dragging stops as soon as someone stops pressing the mouse button. |
|
@kurtjmeyoung I also have this problem |
|
@IsraelZablianov please, merge PR |
This is in fact a issue for Firefox. |
|
Im not the maintainer of this repository. |
|
@IsraelZablianov good boy, merge it! |


In Firefox a ReferenceError: "TouchEvent is not defined" is thrown. This commit fixes it by simply inserting "window.TouchEvent && " into the if-check in line 206