Skip to content

Commit

Permalink
Remove block dropdown menu separator from keyboard navigation (#10364)
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert authored Jan 30, 2025
1 parent 2648d89 commit 0ef36f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pxtblocks/plugins/newVariableField/fieldDropdownMixin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ class HorizontalRuleMenuItem extends Blockly.MenuItem {
getId(): string {
return this.element_.id;
}

isEnabled(): boolean {
return false;
}
}

Blockly.Css.register(`
Expand Down

0 comments on commit 0ef36f9

Please sign in to comment.