This commit is contained in:
(Moai Emoji) 2026-03-24 23:45:29 +00:00 committed by GitHub
commit 35b96e22d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -349,9 +349,10 @@ export const ScenePlayerScrubber: React.FC<IScenePlayerScrubberProps> = ({
<div
className="scrubber-heatmap"
style={{
backgroundImage: scene.paths.interactive_heatmap
? `url(${scene.paths.interactive_heatmap})`
: undefined,
backgroundImage:
scene.interactive_speed && scene.paths.interactive_heatmap
? `url(${scene.paths.interactive_heatmap})`
: undefined,
}}
/>
<div ref={indicatorEl} id="scrubber-position-indicator" />