We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d13a2a commit 86607d8Copy full SHA for 86607d8
LongevityWorldCup.Website/wwwroot/partials/leaderboard-content.html
@@ -2740,7 +2740,7 @@ <h3>Proofs</h3>
2740
// Set a minimum distance to qualify as a swipe (e.g. 50px)
2741
if (difference > 50) {
2742
// Swiped from left to right => open sidebar
2743
- toggleSidebar();
+ openSidebar();
2744
} else if (difference < -50) {
2745
// Swiped from right to left => close sidebar
2746
closeSidebar();
0 commit comments