Skip to content

Commit c6432d5

Browse files
committed
chore: Remove errant RTL flag.
1 parent 310f347 commit c6432d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ function createWorkspace(): Blockly.WorkspaceSvg {
9090
const injectOptions = {
9191
toolbox,
9292
renderer,
93-
rtl: true,
9493
};
9594
const blocklyDiv = document.getElementById('blocklyDiv');
9695
if (!blocklyDiv) {

0 commit comments

Comments
 (0)