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
Hello @alexcui03, fortunately, you've resolved this issue by correcting the parameter usage from 'event' to 'e', this is the default for all functions that take in or use user input whether it is from a mouse click or key press event. I'll make sure to let the Scratch Team know via contact through the contact us page on Scratch. Thank you!
Actual Behavior
Use undefined
event
variable inBlockly.Field.prototype.onMouseDown_
. seeClosure compiler raise an error when set
undefinedVars
injscomp_error
. (It won't show by default)Maybe it should be
Blockly.Touch.getTouchIdentifierFromEvent(e)
instead ofBlockly.Touch.getTouchIdentifierFromEvent(event)
?The text was updated successfully, but these errors were encountered: