mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Fix several RTL bugs.
This commit is contained in:
@@ -24,7 +24,9 @@
|
||||
<script>
|
||||
function init() {
|
||||
var workspace = Blockly.inject('blocklyDiv',
|
||||
{rtl: true, toolbox: document.getElementById('toolbox')});
|
||||
{media: '../../media/',
|
||||
rtl: true,
|
||||
toolbox: document.getElementById('toolbox')});
|
||||
Blockly.Xml.domToWorkspace(workspace,
|
||||
document.getElementById('startBlocks'));
|
||||
//window.onbeforeunload = function() {
|
||||
|
||||
Reference in New Issue
Block a user