more syntax tree tweaks

snap7
jmoenig 2021-12-08 14:27:33 +01:00
rodzic 4c417198b7
commit 10a0e62f23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -3828,7 +3828,7 @@ BlockMorph.prototype.copyWithInputs = function (inputs) {
if (inp instanceof CommandBlockMorph && entry.nestedBlock) {
entry.nestedBlock(inp);
} else if (inp instanceof ReporterBlockMorph &&
!entry.isStatic) {
(!entry.isStatic || entry instanceof RingMorph)) {
slot.replaceInput(entry, inp);
}
} else {