diff --git a/blocks.js b/blocks.js index 7310fc56..8d5b1fe8 100644 --- a/blocks.js +++ b/blocks.js @@ -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); diff --git a/history.txt b/history.txt index 9918bda6..5cf70964 100755 --- a/history.txt +++ b/history.txt @@ -4081,3 +4081,4 @@ in development: 180416 ------ * Blocks: only preserve filled rings when collapsing ring-typed multi-arg-slots +* Blocks: minor tweaks