mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Fix multi playground to work with style
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
<script src="../blocks/colour.js"></script>
|
||||
<script src="../blocks/variables.js"></script>
|
||||
<script src="../blocks/procedures.js"></script>
|
||||
<script src="../style/classic.js"></script>
|
||||
<script>
|
||||
'use strict';
|
||||
var options = {
|
||||
@@ -56,6 +57,7 @@ function start() {
|
||||
|
||||
startBlocklyInstance('HorizontalEndLTR', false, true, 'end', toolbox);
|
||||
startBlocklyInstance('HorizontalEndRTL', true, true, 'end', toolbox);
|
||||
Blockly.setStyle(Blockly.Styles.Classic);
|
||||
}
|
||||
|
||||
function startBlocklyInstance(suffix, rtl, horizontalLayout, position,
|
||||
|
||||
Reference in New Issue
Block a user