Skip to content

Instantly share code, notes, and snippets.

@thangman22
Created December 28, 2024 15:28
Show Gist options
  • Save thangman22/d520f906c127c2dfc96f84e145bd0e1f to your computer and use it in GitHub Desktop.
Save thangman22/d520f906c127c2dfc96f84e145bd0e1f to your computer and use it in GitHub Desktop.
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