Zone Calendar #411

Merged
jsegarra merged 28 commits from :feature/ZoneCalendar into dev 2024-06-07 07:40:01 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7cd2bf2319 - Show all commits

View File

@ -134,7 +134,7 @@ watch(storeData, async (val) => {
for (let n of state.get('Tree')) {
await fetchNodeLeaves(n);
}
expanded.value = [null];
expanded.value = [null, ...fetchedNodeKeys];
}
previousExpandedNodes.value = new Set(expanded.value);
});