We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ac358 commit 4a6d439Copy full SHA for 4a6d439
1 file changed
core/block.ts
@@ -1672,8 +1672,11 @@ export class Block implements IASTNodeLocation, IDeletable {
1672
}
1673
1674
if (json['inputsInline'] !== undefined) {
1675
+ eventUtils.disable();
1676
this.setInputsInline(json['inputsInline']);
1677
+ eventUtils.enable();
1678
1679
+
1680
// Set output and previous/next connections.
1681
if (json['output'] !== undefined) {
1682
this.setOutput(true, json['output']);
0 commit comments