Fix Scene Player CLS issue (#1739)

This commit is contained in:
liquid-flow
2021-09-19 08:31:52 +07:00
committed by GitHub
parent 13fda2ad85
commit 919249f851
3 changed files with 19 additions and 31 deletions

View File

@@ -349,6 +349,7 @@ export class ScenePlayerImpl extends React.Component<
onSeeked={this.onSeeked}
onTime={this.onTime}
onOneHundredPercent={() => this.onComplete()}
className="video-wrapper"
/>
<ScenePlayerScrubber
scene={this.props.scene}