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
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #454
This commit is contained in:
commit
3d54c8274f
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
:src="currentMedia.url"
|
||||
:alt="currentMedia.description"
|
||||
:title="currentMedia.description"
|
||||
@load="onImageLoaded"
|
||||
:image-load-handler="onImageLoaded"
|
||||
noStopGifs="true"
|
||||
/>
|
||||
</PinchZoom>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue