mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Toolbox definition (#3891)
* Add support for creating a toolbox with JSON
This commit is contained in:
@@ -364,7 +364,7 @@ Blockly.init_ = function(mainWorkspace) {
|
||||
} else if (flyout) {
|
||||
// Build a fixed flyout with the root blocks.
|
||||
flyout.init(mainWorkspace);
|
||||
flyout.show(options.languageTree.childNodes);
|
||||
flyout.show(options.languageTree);
|
||||
flyout.scrollToStart();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user