Chore: auto-formatting

This commit is contained in:
Pieter Vander Vennet 2023-07-15 19:28:59 +02:00
parent 996d9e43be
commit 0e94cc707b
7 changed files with 49 additions and 40 deletions

View file

@ -56,7 +56,10 @@
on:mouseup={() => {
isDown = false
}}
on:touchmove={(e) =>{ onPosChange(e.touches[0].clientX, e.touches[0].clientY); e.preventDefault() }}
on:touchmove={(e) => {
onPosChange(e.touches[0].clientX, e.touches[0].clientY)
e.preventDefault()
}}
on:touchstart={(e) => onPosChange(e.touches[0].clientX, e.touches[0].clientY)}
>
<div class="absolute top-0 left-0 h-full w-full cursor-pointer">