Skip to content

Commit

Permalink
close shoutout bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-adriansens authored Jan 18, 2024
1 parent 42b165a commit 68273a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ window.onload = () => {

document.querySelector("#close_shoutout").onclick = () => {
storedBlockCanvas.classList.remove("youtube_background");
storedBlockCanvas.style.backgroundImage = null;
document.querySelector("#close_shoutout").style.display = "none";
};
};
Expand Down

0 comments on commit 68273a0

Please sign in to comment.