kopia lustrzana https://github.com/backface/turtlestitch
more syntax tree tweaks
rodzic
4c417198b7
commit
10a0e62f23
|
@ -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 {
|
||||
|
|
Ładowanie…
Reference in New Issue