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
The default event handler for mouse down gets excuted after the generic canvas mousedown.
Removing the object from the canvas makes the mousedown event handler fail.
i safeguarded it with a check that the object is on a canvas before executing.
Version
at least 1.7.7 -> 2.0.0-rc4
Test Case
https://jsfiddle.net/rkrueger11/yghu8dbq/
Steps to reproduce
Expected Behavior
No errors should be thrown.
Actual Behavior
Two
this.canvas is undefined
errors are thrown which prohibit further execution of code in the stack.The text was updated successfully, but these errors were encountered: