mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 16:34:02 +01:00
Don't set interactiveReady when initializing player (#5578)
This commit is contained in:
parent
b30bd8d2fe
commit
9f7d00d83f
1 changed files with 0 additions and 1 deletions
|
|
@ -549,7 +549,6 @@ export const ScenePlayer: React.FC<IScenePlayerProps> = ({
|
|||
|
||||
// always stop the interactive client on initialisation
|
||||
interactiveClient.pause();
|
||||
interactiveReady.current = false;
|
||||
|
||||
const isSafari = UAParser().browser.name?.includes("Safari");
|
||||
const isLandscape = file.height && file.width && file.width > file.height;
|
||||
|
|
|
|||
Loading…
Reference in a new issue