Skip to content

Commit

Permalink
fix: Update content highlight when workspace comment is moved.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnesky committed May 31, 2024
1 parent 6bf755b commit 4df19ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/content-highlight/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ const contentChangeEvents = [
Blockly.Events.VIEWPORT_CHANGE,
Blockly.Events.BLOCK_MOVE,
Blockly.Events.BLOCK_DELETE,
Blockly.Events.COMMENT_MOVE,
Blockly.Events.COMMENT_CREATE,
Blockly.Events.COMMENT_DELETE,
];

/**
Expand Down

0 comments on commit 4df19ac

Please sign in to comment.