From e8c47a077394e5960ee03e0cf8488af571318469 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Fri, 6 Feb 2026 12:27:48 +0300 Subject: [PATCH] fix: allow month switching while drilled down --- app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app.js b/app.js index 2c9f815..3e3b87b 100644 --- a/app.js +++ b/app.js @@ -1795,7 +1795,6 @@ async function toggleMonthSelection(index) { async function selectSingleMonth(index) { selectedMonthIndices.clear(); selectedMonthIndices.add(index); - currentMonthIndex = index; await selectMonth(index); saveMonthSelectionState(); }