mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
Fix several RTL bugs.
This commit is contained in:
@@ -122,7 +122,8 @@
|
||||
|
||||
<script>
|
||||
var workspace = Blockly.inject('blocklyDiv',
|
||||
{toolbox: document.getElementById('toolbox')});
|
||||
{media: '../../media/',
|
||||
toolbox: document.getElementById('toolbox')});
|
||||
Blockly.Xml.domToWorkspace(workspace,
|
||||
document.getElementById('startBlocks'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user