ESLint? What is that? Never heard of the thing.

This commit is contained in:
Josh Goldberg
2020-06-03 16:16:00 -04:00
parent 5af1554bbf
commit 8ee08a3be7
+2 -2
View File
@@ -102,13 +102,13 @@ export class DomRenderer extends Disposable implements IRenderer {
this._rowContainer,
this._selectionContainer,
this._themeStyleElement,
this._dimensionsStyleElement,
this._dimensionsStyleElement
]) {
if (element.parentElement === this._screenElement) {
this._screenElement.removeChild(element);
}
}
super.dispose();
}