Run prettier

This commit is contained in:
MDMCK10 2024-07-16 01:50:25 +02:00
parent 3f2b776325
commit 6893c62c08
3 changed files with 4 additions and 4 deletions

View file

@ -232,7 +232,7 @@ export class Agent {
{ once: true } { once: true }
); );
}); });
document.addEventListener('touchmove', (e) => { document.addEventListener('touchmove', (e) => {
if (!this.dragging) return; if (!this.dragging) return;
@ -258,7 +258,7 @@ export class Agent {
this.y += e.movementY; this.y += e.movementY;
this.setLoc(); this.setLoc();
}); });
window.addEventListener('resize', () => { window.addEventListener('resize', () => {
this.setLoc(); this.setLoc();
}); });

View file

@ -255,4 +255,4 @@ body {
button { button {
user-select: none; user-select: none;
} }

View file

@ -96,7 +96,7 @@ export class MSWindow {
{ once: true } { once: true }
); );
}); });
document.addEventListener('touchmove', (e) => { document.addEventListener('touchmove', (e) => {
if (!this.dragging) return; if (!this.dragging) return;