Don't set interactiveReady when initializing player (#5578)

This commit is contained in:
dumdum7 2025-01-30 03:51:46 +01:00 committed by GitHub
parent b30bd8d2fe
commit 9f7d00d83f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;