diff --git a/src/components/shell/shell.tsx b/src/components/shell/shell.tsx index 4cc6ae99d..fe7b25bd2 100644 --- a/src/components/shell/shell.tsx +++ b/src/components/shell/shell.tsx @@ -262,6 +262,9 @@ class Shell extends Component { if (playerContainer) { this.props.updatePlayerClientRect(playerContainer.getBoundingClientRect()); } + setTimeout(() => { + this.props.updatePlayerClientRect(playerContainer?.getBoundingClientRect()); + }, ON_PLAYER_RECT_CHANGE_DEBOUNCE_DELAY); }; /**