This commit is contained in:
duzc2dtw@gmail.com
2018-09-11 00:57:52 +08:00
parent f523939d5f
commit c92a4f31f5

View File

@@ -135,7 +135,7 @@ Blockly.FieldImage.prototype.maybeAddClickHandler_ = function() {
if (this.clickHandler_) {
this.mouseDownWrapper_ =
Blockly.bindEventWithChecks_(
this.fieldGroup_, 'mousedown', this, this.onMouseDown_);
this.fieldGroup_, 'mousedown', this, this.clickHandler_);
}
};