forked from MapComplete/MapComplete
Fix: imagepreview: improve typing; fix comparison tool
This commit is contained in:
parent
a16bfac530
commit
6cb16877e8
4 changed files with 10 additions and 7 deletions
|
|
@ -8,7 +8,7 @@
|
|||
import Zoomcontrol from "../Zoomcontrol"
|
||||
import { onDestroy } from "svelte"
|
||||
|
||||
export let image: ProvidedImage
|
||||
export let image: Partial<ProvidedImage>
|
||||
let panzoomInstance = undefined
|
||||
let panzoomEl: HTMLElement
|
||||
export let isLoaded: UIEventSource<boolean> = undefined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue