diff --git a/modules/UI/videolayout/VideoLayout.js b/modules/UI/videolayout/VideoLayout.js index 29409e286..e6038e186 100644 --- a/modules/UI/videolayout/VideoLayout.js +++ b/modules/UI/videolayout/VideoLayout.js @@ -263,7 +263,9 @@ var VideoLayout = { * otherwise elects new video, in this order. */ updateAfterThumbRemoved (id) { - if (!this.isCurrentlyOnLarge(id)) { + // Always trigger an update if large video is empty. + if (!largeVideo + || (this.getLargeVideoID() && !this.isCurrentlyOnLarge(id))) { return; }