Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
box-sizing: border-box;
}

.blocklyDeleteIcon {
display: block;
}

/* Blocks, connections and fields. */
.blocklyKeyboardNavigation
.blocklyActiveFocus:is(.blocklyPath, .blocklyHighlightedConnectionPath),
Expand Down
1 change: 1 addition & 0 deletions test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ function createWorkspace(): Blockly.WorkspaceSvg {
const workspace = Blockly.inject(blocklyDiv, injectOptions);

new KeyboardNavigation(workspace);
Blockly.ContextMenuItems.registerCommentOptions();
registerRunCodeShortcut();

// Disable blocks that aren't inside the setup or draw loops.
Expand Down