Skip to content

Commit b3c79c8

Browse files
committed
fixed?
1 parent 79ab5bd commit b3c79c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LongevityWorldCup.Website/wwwroot/partials/leaderboard-content.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2672,7 +2672,7 @@ <h3>Proofs</h3>
26722672

26732673
function toggleSidebar(event) {
26742674
// Check if the click or tap occurred inside the sidebar
2675-
if (event && event.target.closest('.sidebar') && event.target.tagName === 'INPUT') {
2675+
if (event && event.target.closest('.sidebar') && event.target.tagName === 'INPUT' && event.target.type === 'checkbox') {
26762676
return; // Do nothing if the click/tap is inside the sidebar
26772677
}
26782678

0 commit comments

Comments
 (0)