From 67a2e0f16d479dab0201b8693fa58fff684eaba1 Mon Sep 17 00:00:00 2001 From: imchasingshadows Date: Sat, 11 Sep 2021 17:28:22 +0200 Subject: [PATCH] Update src/plugins/htmlVideoPlayer/plugin.js Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> --- src/plugins/htmlVideoPlayer/plugin.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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