Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent the
click
event on a solution or hint accordion button inst…
…ead 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.
- Loading branch information