mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
Fixes workspace scroll bug (#4921)
This commit is contained in:
@@ -407,6 +407,7 @@ Blockly.Toolbox.prototype.render = function(toolboxDef) {
|
||||
this.contentMap_ = Object.create(null);
|
||||
this.renderContents_(toolboxDef['contents']);
|
||||
this.position();
|
||||
this.handleToolboxItemResize();
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user