diff --git a/src/features/videoHistory/index.ts b/src/features/videoHistory/index.ts index 6c599089..a32e1427 100644 --- a/src/features/videoHistory/index.ts +++ b/src/features/videoHistory/index.ts @@ -63,6 +63,7 @@ export async function promptUserToResumeVideo() { // Automatically hide the prompt when the countdown reaches 0 clearInterval(countdownInterval); prompt.style.display = "none"; + overlay.style.display = "none"; } }, 1000); if (!document.getElementById("resume-prompt-progress-bar")) {