media_modal: fix image load handler wiring #454

Merged
floatingghost merged 1 commit from novenary/akkoma-fe:media_modal/load_handler into develop 2025-10-14 12:40:55 +00:00

View file

@ -30,7 +30,7 @@
:src="currentMedia.url"
:alt="currentMedia.description"
:title="currentMedia.description"
@load="onImageLoaded"
:image-load-handler="onImageLoaded"
noStopGifs="true"
/>
</PinchZoom>