Skip to content

Commit 761b514

Browse files
authored
fix: reconnect procedure block statement inputs (#2657)
1 parent 687cf11 commit 761b514

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/block-shareable-procedures/src

plugins/block-shareable-procedures/src/blocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ const procedureDefUpdateShapeMixin = {
361361
this.moveInputBefore('STACK', 'RETURN');
362362
}
363363
// Restore the stack, if one was saved.
364-
this.statementConnection_?.(this, 'STACK');
364+
this.statementConnection_?.reconnect(this, 'STACK');
365365
this.statementConnection_ = null;
366366
} else {
367367
// Save the stack, then disconnect it.

0 commit comments

Comments
 (0)