Skip to content

Commit

Permalink
fix play button
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond committed Feb 15, 2025
1 parent 9c00a7f commit 887b736
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ function makeSession() {
session.setActiveDocuments([{ id: '4', target: 'strudel' }]);
}

const playButton = document.getElementById('about-yes-button');
if (playButton) {
playButton.classList.remove('loading');
}
// const playButton = document.getElementById('about-yes-button');
// if (playButton) {
// playButton.classList.remove('loading');
// }
});

session.on('change', (documents) => {
Expand Down

0 comments on commit 887b736

Please sign in to comment.