Created
December 28, 2024 15:28
-
-
Save thangman22/d520f906c127c2dfc96f84e145bd0e1f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pipWindow.addEventListener("pagehide", (event) => { | |
const chatScreen Container = document.querySelector("#chat-screen-container"); | |
const pipChatScreen = event.target.querySelector("#chat-screen"); | |
playerContainer.append(pipPlayer); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment