forked from MapComplete/MapComplete
Fix: make sure that the passed-in-location of the map is respected, prevents random jumps in the location input
This commit is contained in:
parent
0db6a89777
commit
5c01f6ada9
2 changed files with 24 additions and 20 deletions
|
@ -8,6 +8,6 @@
|
|||
</script>
|
||||
|
||||
|
||||
<button on:click={e => dispatch("click", e)} class="rounded-full h-fit w-fit m-0.5 md:m-1 p-0.5 sm:p-1">
|
||||
<button on:click={e => dispatch("click", e)} class="rounded-full h-fit w-fit m-0.5 md:m-1 p-0.5 sm:p-1 pointer-events-auto">
|
||||
<slot/>
|
||||
</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue