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 5be428d commit 512eb99Copy full SHA for 512eb99
test/index.ts
@@ -89,7 +89,7 @@ function createWorkspace(): Blockly.WorkspaceSvg {
89
if (!blocklyDiv) {
90
throw new Error('Missing blocklyDiv');
91
}
92
-
+
93
// Must be called before injection.
94
KeyboardNavigation.registerKeyboardNavigationStyles();
95
const workspace = Blockly.inject(blocklyDiv, injectOptions);
0 commit comments