diff --git a/src/components/shell/shell.tsx b/src/components/shell/shell.tsx index 12197bc8..fa09b023 100644 --- a/src/components/shell/shell.tsx +++ b/src/components/shell/shell.tsx @@ -265,18 +265,6 @@ class Shell extends Component { } }; - // _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 *