We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08fd71 commit f769849Copy full SHA for f769849
1 file changed
plugins/content-highlight/src/index.ts
@@ -17,6 +17,9 @@ const contentChangeEvents = [
17
Blockly.Events.VIEWPORT_CHANGE,
18
Blockly.Events.BLOCK_MOVE,
19
Blockly.Events.BLOCK_DELETE,
20
+ Blockly.Events.COMMENT_MOVE,
21
+ Blockly.Events.COMMENT_CREATE,
22
+ Blockly.Events.COMMENT_DELETE,
23
];
24
25
/**
0 commit comments