Run prettier
This commit is contained in:
parent
3f2b776325
commit
6893c62c08
3 changed files with 4 additions and 4 deletions
|
@ -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();
|
||||
});
|
||||
|
|
|
@ -255,4 +255,4 @@ body {
|
|||
|
||||
button {
|
||||
user-select: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -96,7 +96,7 @@ export class MSWindow {
|
|||
{ once: true }
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
document.addEventListener('touchmove', (e) => {
|
||||
if (!this.dragging) return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue