Skip to content

Commit 9ec146a

Browse files
authored
bleh
1 parent cc9643d commit 9ec146a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocks_vertical/operators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ Blockly.Blocks['operators_expandablejoininputs'] = {
682682
if (this.isInFlyout) queueMicrotask(() => {
683683
for (let i = 0; i < this.inputs_; i++) {
684684
const input = this.appendValueInput(`INPUT${i + 1}`);
685-
const text this.messageList[i];
685+
const text = this.messageList[i];
686686
this.fillInBlock(input.connection, "text", text ? text : "...", "TEXT");
687687
}
688688
})

0 commit comments

Comments
 (0)