Skip to content

Commit

Permalink
Update button.js
Browse files Browse the repository at this point in the history
  • Loading branch information
anapnoe committed Oct 21, 2024
1 parent 459e62d commit c34259a
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,11 @@ export async function initButtonComponents(contentDiv) {
}, 1000);
}

document.querySelectorAll(adc).forEach((el) => {
el.click();
});
setTimeout(() => {
document.querySelectorAll(adc).forEach((el) => {
el.click();
});
}, 500);

});
}
Expand Down

0 comments on commit c34259a

Please sign in to comment.