fix: allow month switching while drilled down
This commit is contained in:
parent
44a97c2ca8
commit
e8c47a0773
1
app.js
1
app.js
@ -1795,7 +1795,6 @@ async function toggleMonthSelection(index) {
|
|||||||
async function selectSingleMonth(index) {
|
async function selectSingleMonth(index) {
|
||||||
selectedMonthIndices.clear();
|
selectedMonthIndices.clear();
|
||||||
selectedMonthIndices.add(index);
|
selectedMonthIndices.add(index);
|
||||||
currentMonthIndex = index;
|
|
||||||
await selectMonth(index);
|
await selectMonth(index);
|
||||||
saveMonthSelectionState();
|
saveMonthSelectionState();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user