media_modal: fix image load handler wiring #454
1 changed files with 1 additions and 1 deletions
media_modal: fix image load handler wiring
The media modal was changed to use still_image, but the attribute
pointing to the image load event handler wasn't updated.
This causes the modal to remain in the loading state forever.
Fixes: f48138c979
commit
f6bf484d4b
|
|
@ -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