diff --git a/app/javascript/mastodon/features/video/index.js b/app/javascript/mastodon/features/video/index.js index 0e2a99416..8ac9c8db7 100644 --- a/app/javascript/mastodon/features/video/index.js +++ b/app/javascript/mastodon/features/video/index.js @@ -517,7 +517,7 @@ class Video extends React.PureComponent {
- {(!onCloseVideo && !editable) && } + {(!onCloseVideo && !editable && !fullscreen) && } {(!fullscreen && onOpenVideo) && } {onCloseVideo && }