Skip to content

Commit

Permalink
don't fire type checks on blockly theme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll committed Oct 7, 2024
1 parent 0fc8ae5 commit edee99f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/blocks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ export class Editor extends toolboxeditor.ToolboxEditor {
Blockly.Events.CLICK,
Blockly.Events.VIEWPORT_CHANGE,
Blockly.Events.BUBBLE_OPEN,
Blockly.Events.THEME_CHANGE,
pxtblockly.FIELD_EDITOR_OPEN_EVENT_TYPE
];

Expand Down

0 comments on commit edee99f

Please sign in to comment.