Fix JoinStringMulti

This commit is contained in:
kijai 2025-07-28 00:00:04 +03:00
parent b7f337fe3a
commit a6b867b63a

View File

@ -247,7 +247,7 @@ app.registerExtension({
} }
else{ else{
for(let i = num_inputs+1; i <= target_number_of_inputs; ++i) for(let i = num_inputs+1; i <= target_number_of_inputs; ++i)
this.addInput(`string${i}`, this._type, {shape: 7}); this.addInput(`string_${i}`, this._type, {shape: 7});
} }
}); });
} }