mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
committed by
GitHub
parent
e9aae34388
commit
dc081e3677
@@ -179,8 +179,8 @@ Blockly.FlyoutButton.prototype.createDom = function() {
|
||||
|
||||
this.updateTransform_();
|
||||
|
||||
this.mouseUpWrapper_ = Blockly.bindEventWithChecks_(this.svgGroup_, 'mouseup',
|
||||
this, this.onMouseUp_);
|
||||
this.onMouseUpWrapper_ = Blockly.bindEventWithChecks_(
|
||||
this.svgGroup_, 'mouseup', this, this.onMouseUp_);
|
||||
return this.svgGroup_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user