Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 3011798

Browse files
committed
Making sure to reenable the pause button
1 parent 70dc36a commit 3011798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/embed/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function pauseOverlay({ data }) {
4545
function onLoadComplete() {
4646
frame.removeClass('loading');
4747
title.text(container.release.game.title);
48+
document.querySelector('#pauseButton').classList.remove('disabled');
4849
}
4950

5051
function onCaptionStyles({ currentTarget }) {

0 commit comments

Comments
 (0)