kopia lustrzana https://github.com/backface/turtlestitch
rodzic
f5ebed11db
commit
e3743028c0
|
@ -5872,9 +5872,10 @@ RingMorph.prototype.vanishForSimilar = function () {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if (block.selector === 'reportGetVar' ||
|
if (block.selector === 'reportGetVar' ||
|
||||||
|
// block.selector === 'reportListItem' ||
|
||||||
block.selector === 'reportJSFunction' ||
|
block.selector === 'reportJSFunction' ||
|
||||||
block.selector == 'reportAttributeOf' ||
|
block.selector === 'reportAttributeOf' ||
|
||||||
block.selector == 'reportCompiled' ||
|
block.selector === 'reportCompiled' ||
|
||||||
(block instanceof RingMorph)
|
(block instanceof RingMorph)
|
||||||
) {
|
) {
|
||||||
this.parent.silentReplaceInput(this, block);
|
this.parent.silentReplaceInput(this, block);
|
||||||
|
|
|
@ -4081,3 +4081,4 @@ in development:
|
||||||
180416
|
180416
|
||||||
------
|
------
|
||||||
* Blocks: only preserve filled rings when collapsing ring-typed multi-arg-slots
|
* Blocks: only preserve filled rings when collapsing ring-typed multi-arg-slots
|
||||||
|
* Blocks: minor tweaks
|
||||||
|
|
Ładowanie…
Reference in New Issue