From 568a45b58ce372d08ece3a3a4389c286c2b70329 Mon Sep 17 00:00:00 2001 From: Maribeth Moffatt Date: Mon, 22 Dec 2025 17:31:33 -0500 Subject: [PATCH] fix: reconnect procedure block statement inputs --- plugins/block-shareable-procedures/src/blocks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/block-shareable-procedures/src/blocks.ts b/plugins/block-shareable-procedures/src/blocks.ts index 0dc9ba5af..fcdcdc28e 100644 --- a/plugins/block-shareable-procedures/src/blocks.ts +++ b/plugins/block-shareable-procedures/src/blocks.ts @@ -361,7 +361,7 @@ const procedureDefUpdateShapeMixin = { this.moveInputBefore('STACK', 'RETURN'); } // Restore the stack, if one was saved. - this.statementConnection_?.(this, 'STACK'); + this.statementConnection_?.reconnect(this, 'STACK'); this.statementConnection_ = null; } else { // Save the stack, then disconnect it.