Skip to content

Commit

Permalink
fix: update content highlight when undoing the deletion of blocks. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnesky authored Feb 13, 2025
1 parent 986618f commit b216e9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/content-highlight/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import * as Blockly from 'blockly/core';
*/
const contentChangeEvents = [
Blockly.Events.VIEWPORT_CHANGE,
Blockly.Events.BLOCK_CREATE,
Blockly.Events.BLOCK_MOVE,
Blockly.Events.BLOCK_DELETE,
Blockly.Events.COMMENT_MOVE,
Expand Down

0 comments on commit b216e9e

Please sign in to comment.