Skip to content

Commit

Permalink
fix(SUP-46391): Player Live Full Screen Bug when browser window is no…
Browse files Browse the repository at this point in the history
…t maximized
  • Loading branch information
yambenari24 committed Jan 23, 2025
1 parent 0351719 commit 3c2efcf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/components/shell/shell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,18 +265,6 @@ class Shell extends Component<any, any> {
}
};

// _updatePlayerClientRect = () => {
// const updateClientRect = () => {
// const playerContainer = document.getElementById(this.props.targetId);
// if (playerContainer) {
// this.props.updatePlayerClientRect(playerContainer.getBoundingClientRect());
// }
// };
// setTimeout(() => {
// updateClientRect();
// }, 100);
// };

/**
* before component mounted, remove event listeners
*
Expand Down

0 comments on commit 3c2efcf

Please sign in to comment.