We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5654c commit f85b4eaCopy full SHA for f85b4ea
test/index.ts
@@ -63,7 +63,7 @@ function createWorkspace(): Blockly.WorkspaceSvg {
63
const blocklyDiv = document.getElementById('blocklyDiv')!;
64
const workspace = Blockly.inject(blocklyDiv, options);
65
66
- new KeyboardNavigation(workspace);
+ new KeyboardNavigation(workspace, {});
67
registerRunCodeShortcut();
68
69
// Disable blocks that aren't inside the setup or draw loops.
0 commit comments