Skip to content

Commit

Permalink
Don't set interactiveReady when initializing player
Browse files Browse the repository at this point in the history
  • Loading branch information
dumdum7 authored Dec 27, 2024
1 parent 0621d87 commit d5d9edc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/v2.5/src/components/ScenePlayer/ScenePlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d5d9edc

Please sign in to comment.