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 }
|
{ 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();
|
||||||
});
|
});
|
||||||
|
|
|
@ -255,4 +255,4 @@ body {
|
||||||
|
|
||||||
button {
|
button {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue