diff --git a/engine/core/VideoManager.ts b/engine/core/VideoManager.ts index e457d5b..6737cc5 100644 --- a/engine/core/VideoManager.ts +++ b/engine/core/VideoManager.ts @@ -83,6 +83,7 @@ export class VideoManager { if (!this.elA || this.switching) return if (src === this.currentSrc) { + this.active.style.opacity = '1' this.active.currentTime = 0 this.active.play().catch(() => {}) return