Skip to content

Commit 5b36f24

Browse files
committed
fix: Fix positioning of move indicator in RTL mode.
1 parent 439bd77 commit 5b36f24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/index.ts

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

0 commit comments

Comments
 (0)