Skip to content

Commit f769849

Browse files
authored
fix: Update content highlight when workspace comment is moved. (#2381)
1 parent b08fd71 commit f769849

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

plugins/content-highlight/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ const contentChangeEvents = [
1717
Blockly.Events.VIEWPORT_CHANGE,
1818
Blockly.Events.BLOCK_MOVE,
1919
Blockly.Events.BLOCK_DELETE,
20+
Blockly.Events.COMMENT_MOVE,
21+
Blockly.Events.COMMENT_CREATE,
22+
Blockly.Events.COMMENT_DELETE,
2023
];
2124

2225
/**

0 commit comments

Comments
 (0)