From a46dbb37e76a672579316e93842750707358edaf Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Wed, 16 Jun 2021 08:18:28 -0700 Subject: [PATCH] Fixes workspace scroll bug (#4921) --- core/toolbox/toolbox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/toolbox/toolbox.js b/core/toolbox/toolbox.js index d96bde6d2..ff039e1dd 100644 --- a/core/toolbox/toolbox.js +++ b/core/toolbox/toolbox.js @@ -407,6 +407,7 @@ Blockly.Toolbox.prototype.render = function(toolboxDef) { this.contentMap_ = Object.create(null); this.renderContents_(toolboxDef['contents']); this.position(); + this.handleToolboxItemResize(); }; /**