Address eslint

This commit is contained in:
2021-12-11 18:08:02 +01:00
parent 9e8b633447
commit 7788aea805
2 changed files with 5 additions and 17 deletions

View File

@@ -142,7 +142,7 @@ export class ConfigVis {
}
}
undraw() {
for (let [position, pv] of this.piecesVis) {
for (let pv of this.piecesVis.values()) {
pv.undraw();
}
this.piecesVis.clear();