You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent the click event on a solution or hint accordion button instead of the details.
Add `e.preventDefault()` to the `summary.accordion-button` `click` event
listener instead of preventing all clicks on the `details` tag.
This fixes issue #1178.
0 commit comments