fix: allow month switching while drilled down

This commit is contained in:
Anton Volnuhin 2026-02-06 12:27:48 +03:00
parent 44a97c2ca8
commit e8c47a0773

1
app.js
View File

@ -1795,7 +1795,6 @@ async function toggleMonthSelection(index) {
async function selectSingleMonth(index) {
selectedMonthIndices.clear();
selectedMonthIndices.add(index);
currentMonthIndex = index;
await selectMonth(index);
saveMonthSelectionState();
}