mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
fix #1887
This commit is contained in:
@@ -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_);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user