removed a redundant unused case for block highlights

pull/95/head
jmoenig 2021-02-27 22:33:38 +01:00
rodzic 0be5a58ae1
commit d41dc010d6
2 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -8,6 +8,7 @@
### 2021-02-27
* new dev version
* blocks: arrange variadic ring inputs vertically (e.g. the reporter rings in PIPE)
* blocks: removed a redundant unused case for block highlights
## 6.6.0
* **New Features:**

Wyświetl plik

@ -1832,10 +1832,6 @@ SyntaxElementMorph.prototype.fixLayout = function () {
}
l = [part];
x = part.fullBounds().width() + space;
} else if (part instanceof BlockHighlightMorph) {
nop(); // should be redundant now
// this.fullChanged();
// this.removeChild(part);
} else {
if (part.isVisible) {
x += part.fullBounds().width() + space;