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
|
@ -26,5 +26,11 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<img bind:this={panzoomEl} class="panzoom-image h-fit w-fit" on:load={() => {isLoaded?.setData(true)}}
|
||||
src={image.url_hd ?? image.url} />
|
||||
<img
|
||||
bind:this={panzoomEl}
|
||||
class="panzoom-image h-fit w-fit"
|
||||
on:load={() => {
|
||||
isLoaded?.setData(true)
|
||||
}}
|
||||
src={image.url_hd ?? image.url}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue