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 }
);
});
document.addEventListener('touchmove', (e) => {
if (!this.dragging) return;
@ -258,7 +258,7 @@ export class Agent {
this.y += e.movementY;
this.setLoc();
});
window.addEventListener('resize', () => {
this.setLoc();
});

View file

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

View file

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