mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Don't set interactiveReady when initializing player (#5578)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user