Fix/Improve linting

This commit is contained in:
2026-08-06 08:50:21 +02:00
parent f641ad5f43
commit 06a16c5b64
288 changed files with 3372 additions and 1536 deletions
@@ -88,7 +88,8 @@ export class ToolsVariants implements OnInit {
if (this.justHead) {
viewContext.drawImage(buffer, 0, 0, 55, 45, x * 45 - 10, y * 45, 55, 45);
} else {
}
else {
viewContext.drawImage(buffer, x * 60 - 10, y * 60);
}
}