mirror of
https://github.com/google/blockly.git
synced 2026-01-25 01:30:12 +01:00
Fixed lid angle not being set property through events.
This commit is contained in:
@@ -459,7 +459,7 @@ Blockly.Trashcan.prototype.onDelete_ = function() {
|
||||
|
||||
trashcan.hasBlocks = true;
|
||||
trashcan.minOpenness_ = trashcan.HAS_BLOCKS_LID_ANGLE;
|
||||
trashcan.setLidAngle_(trashcan.minOpenness_);
|
||||
trashcan.setLidAngle_(trashcan.minOpenness_ * 45);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user