for Linting
upd4.2
jmoenig 2018-04-16 11:52:59 +02:00
rodzic f5ebed11db
commit e3743028c0
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -5872,9 +5872,10 @@ RingMorph.prototype.vanishForSimilar = function () {
return null;
}
if (block.selector === 'reportGetVar' ||
// block.selector === 'reportListItem' ||
block.selector === 'reportJSFunction' ||
block.selector == 'reportAttributeOf' ||
block.selector == 'reportCompiled' ||
block.selector === 'reportAttributeOf' ||
block.selector === 'reportCompiled' ||
(block instanceof RingMorph)
) {
this.parent.silentReplaceInput(this, block);

Wyświetl plik

@ -4081,3 +4081,4 @@ in development:
180416
------
* Blocks: only preserve filled rings when collapsing ring-typed multi-arg-slots
* Blocks: minor tweaks