Closed mateusvahl closed 7 years ago
According to #15, there's a missing event parameter on mouseUp method. Chromium creates a global window.event, this why you can omit the parameter and do not receive errors. Font: https://stackoverflow.com/questions/30159017/why-is-event-available-globally-in-chrome-but-not-ff
event
mouseUp
Thanks!
According to #15, there's a missing
event
parameter onmouseUp
method. Chromium creates a global window.event, this why you can omit the parameter and do not receive errors. Font: https://stackoverflow.com/questions/30159017/why-is-event-available-globally-in-chrome-but-not-ff