We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687cf11 commit 761b514Copy full SHA for 761b514
1 file changed
plugins/block-shareable-procedures/src/blocks.ts
@@ -361,7 +361,7 @@ const procedureDefUpdateShapeMixin = {
361
this.moveInputBefore('STACK', 'RETURN');
362
}
363
// Restore the stack, if one was saved.
364
- this.statementConnection_?.(this, 'STACK');
+ this.statementConnection_?.reconnect(this, 'STACK');
365
this.statementConnection_ = null;
366
} else {
367
// Save the stack, then disconnect it.
0 commit comments