Merge pull request 'media_modal: fix image load handler wiring' (#454) from novenary/akkoma-fe:media_modal/load_handler into develop
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #454
This commit is contained in:
floatingghost 2025-10-14 12:40:54 +00:00
commit 3d54c8274f

View file

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