Skip to content

Commit 79ab5bd

Browse files
committed
fixed?
1 parent be10a18 commit 79ab5bd

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')) {
2675+
if (event && event.target.closest('.sidebar') && event.target.tagName === 'INPUT') {
26762676
return; // Do nothing if the click/tap is inside the sidebar
26772677
}
26782678

0 commit comments

Comments
 (0)