diff --git a/src/blocks.js b/src/blocks.js index 9ea806d9..b73ccb7d 100644 --- a/src/blocks.js +++ b/src/blocks.js @@ -3821,7 +3821,7 @@ BlockMorph.prototype.copyWithInputs = function (inputs) { slots = cpy.inputs(); slots.forEach((slot) => { var inp; - if (slot instanceof MultiArgMorph && !slot.isEmptySlot()) { + if (slot instanceof MultiArgMorph && slot.inputs().length) { slot.inputs().forEach(entry => { inp = dta[count]; if (inp instanceof BlockMorph) {