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 c5a99cd commit 0d6acb8Copy full SHA for 0d6acb8
1 file changed
test/webdriverio/index.ts
@@ -79,7 +79,6 @@ function createWorkspace(): Blockly.WorkspaceSvg {
79
throw new Error('Missing blocklyDiv');
80
}
81
const workspace = Blockly.inject(blocklyDiv, injectOptions);
82
- Blockly.ContextMenuItems.registerCommentOptions();
83
84
new KeyboardNavigation(workspace);
85
Blockly.ContextMenuItems.registerCommentOptions();
0 commit comments