mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Fix deleting in RTL toolbox-less workspaces (issue 29).
This commit is contained in:
@@ -272,7 +272,7 @@ Blockly.createDom_ = function(container) {
|
||||
// blocks. This cannot be changed later, since the UI is very different.
|
||||
if (Blockly.hasCategories) {
|
||||
Blockly.mainWorkspace.toolbox_ = new Blockly.Toolbox(svg, container);
|
||||
} else {
|
||||
} else if (Blockly.languageTree) {
|
||||
/**
|
||||
* @type {!Blockly.Flyout}
|
||||
* @private
|
||||
|
||||
Reference in New Issue
Block a user