From 8d5fc26e66ce969811848e4f28fa2f39b4cdccad Mon Sep 17 00:00:00 2001 From: mister-ben <1676039+mister-ben@users.noreply.github.com> Date: Thu, 3 Oct 2024 07:29:28 +0200 Subject: [PATCH] Update src/js/player.js Co-authored-by: Gary Katsevman --- src/js/player.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/player.js b/src/js/player.js index 4ce04fdf45..4c6c38f3cb 100644 --- a/src/js/player.js +++ b/src/js/player.js @@ -2049,7 +2049,7 @@ class Player extends Component { } else if (this.isInPictureInPicture() && !document.pictureInPictureElement) { // Checking the presence of `window.documentPictureInPicture.window` complicates // tests, checking `document.pictureInPictureElement` also works. It wouldn't - // be null in regular picture in picture. + // be null in regular picture in picture. // Exit picture in picture mode. This gesture can't trigger pip on the main window. this.exitPictureInPicture(); } else if (this.isFullscreen()) {