We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ab5bd commit b3c79c8Copy full SHA for b3c79c8
LongevityWorldCup.Website/wwwroot/partials/leaderboard-content.html
@@ -2672,7 +2672,7 @@ <h3>Proofs</h3>
2672
2673
function toggleSidebar(event) {
2674
// Check if the click or tap occurred inside the sidebar
2675
- if (event && event.target.closest('.sidebar') && event.target.tagName === 'INPUT') {
+ if (event && event.target.closest('.sidebar') && event.target.tagName === 'INPUT' && event.target.type === 'checkbox') {
2676
return; // Do nothing if the click/tap is inside the sidebar
2677
}
2678
0 commit comments