forked from MapComplete/MapComplete
Chore: regenerate docs, lint
This commit is contained in:
parent
7b41b617f6
commit
bad0edd4b0
201 changed files with 6044 additions and 1750 deletions
|
|
@ -45,9 +45,7 @@
|
|||
() => {
|
||||
displayLocation()
|
||||
},
|
||||
[
|
||||
Translations.t.hotkeyDocumentation.shakePhone
|
||||
]
|
||||
[Translations.t.hotkeyDocumentation.shakePhone]
|
||||
)
|
||||
|
||||
Motion.singleton.startListening()
|
||||
|
|
@ -56,9 +54,9 @@
|
|||
{#if currentLocation}
|
||||
<div
|
||||
aria-live="assertive"
|
||||
class="normal-background border-interactive rounded-full px-2 flex flex-col items-center"
|
||||
class="normal-background border-interactive flex flex-col items-center rounded-full px-2"
|
||||
>
|
||||
{currentLocation}.
|
||||
<MapCenterDetails {state}/>
|
||||
<MapCenterDetails {state} />
|
||||
</div>
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue