Apply suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
118f9e1920
commit
5a50783f06
1 changed files with 1 additions and 1 deletions
|
@ -1386,8 +1386,8 @@ function tryRemoveElement(elem) {
|
|||
return videoElement;
|
||||
});
|
||||
} else {
|
||||
// we need to hide scrollbar when starting playback from page with animated background
|
||||
if (options.fullscreen) {
|
||||
// we need to hide scrollbar when starting playback from page with animated background
|
||||
document.body.classList.add('hide-scroll');
|
||||
|
||||
// Enter fullscreen in the webOS browser to hide the top bar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue