forked from MapComplete/MapComplete
Chore: auto-formatting
This commit is contained in:
parent
996d9e43be
commit
0e94cc707b
7 changed files with 49 additions and 40 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue