© 2026 Hedgehog Software, LLC
const clickEvent = new MouseEvent("click", { "bubbles": true, }); currentCard.dispatchEvent(clickEvent);
document.addEventListener("click", doFlip);