mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Fix Scene Player CLS issue (#1739)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user