Skip to content

Commit

Permalink
Don't close projects settings menu on toggle high contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-robert committed Feb 7, 2025
1 parent 7f1a94d commit b56c460
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/src/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ export class ProjectSettingsMenu extends data.Component<ProjectSettingsMenuProps

toggleHighContrast() {
pxt.tickEvent("home.togglecontrast", undefined, { interactiveConsent: true });
this.hide();
core.toggleHighContrast();
}

Expand Down

0 comments on commit b56c460

Please sign in to comment.