We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed7ee0 commit 724e945Copy full SHA for 724e945
plugins/content-highlight/src/index.ts
@@ -15,6 +15,7 @@ import * as Blockly from 'blockly/core';
15
*/
16
const contentChangeEvents = [
17
Blockly.Events.VIEWPORT_CHANGE,
18
+ Blockly.Events.BLOCK_CREATE,
19
Blockly.Events.BLOCK_MOVE,
20
Blockly.Events.BLOCK_DELETE,
21
Blockly.Events.COMMENT_MOVE,
0 commit comments