mirror of
https://github.com/google/blockly.git
synced 2026-01-11 19:07:08 +01:00
Fix statement input height bug (#4486)
This commit is contained in:
@@ -41,6 +41,11 @@ Blockly.geras.ConstantProvider = function() {
|
||||
* @type {number}
|
||||
*/
|
||||
this.MAX_BOTTOM_WIDTH = 30;
|
||||
|
||||
/**
|
||||
* @override
|
||||
*/
|
||||
this.STATEMENT_BOTTOM_SPACER = -this.NOTCH_HEIGHT / 2;
|
||||
};
|
||||
Blockly.utils.object.inherits(Blockly.geras.ConstantProvider,
|
||||
Blockly.blockRendering.ConstantProvider);
|
||||
|
||||
Reference in New Issue
Block a user