Fix: imagepreview: improve typing; fix comparison tool

This commit is contained in:
Pieter Vander Vennet 2024-12-17 19:03:05 +01:00
parent a16bfac530
commit 6cb16877e8
4 changed files with 10 additions and 7 deletions

View file

@ -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