Fix video playback in StoryViewer for multiple videos

This commit is contained in:
Josh Perez 2022-05-02 12:24:41 -04:00 committed by GitHub
parent e078a2ae54
commit a77861e5c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 1 deletions

View file

@ -318,6 +318,7 @@ export const StoryViewer = ({
<StoryImage
attachment={attachment}
i18n={i18n}
isPaused={shouldPauseViewing}
label={i18n('lightboxImageAlt')}
moduleClassName="StoryViewer__story"
queueStoryDownload={queueStoryDownload}