diff --git a/src/plugins/htmlVideoPlayer/plugin.js b/src/plugins/htmlVideoPlayer/plugin.js index 7638f3234..6d935ae88 100644 --- a/src/plugins/htmlVideoPlayer/plugin.js +++ b/src/plugins/htmlVideoPlayer/plugin.js @@ -1378,8 +1378,9 @@ function tryRemoveElement(elem) { }); } - return videoElement; } + + return videoElement; }); } else { // we need to hide scrollbar when starting playback from page with animated background