Fixes workspace scroll bug (#4921)

This commit is contained in:
alschmiedt
2021-06-16 08:18:28 -07:00
committed by GitHub
parent 672574b056
commit a46dbb37e7

View File

@@ -407,6 +407,7 @@ Blockly.Toolbox.prototype.render = function(toolboxDef) {
this.contentMap_ = Object.create(null);
this.renderContents_(toolboxDef['contents']);
this.position();
this.handleToolboxItemResize();
};
/**