Fixed lid angle not being set property through events.

This commit is contained in:
Beka Westberg
2018-12-10 16:43:18 -08:00
parent 15b34f7e73
commit 31daf37922

View File

@@ -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);
}
};
};