mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Fix click targets on single-field blocks (#927)
This commit is contained in:
parent
35c48ab72e
commit
2c7e7227bf
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ Blockly.Field.prototype.init = function() {
|
|||
this.render_();
|
||||
this.size_.width = 0;
|
||||
this.mouseDownWrapper_ =
|
||||
Blockly.bindEventWithChecks_(this.fieldGroup_, 'mousedown', this,
|
||||
Blockly.bindEventWithChecks_(this.getClickTarget_(), 'mousedown', this,
|
||||
this.onMouseDown_);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue