fix: Home page todays lessons not properly changing days #310

This commit is contained in:
SethBurkart123
2025-06-18 09:41:21 +10:00
parent 3f0d3f87fe
commit fbd8d9e9e8
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -25,6 +25,9 @@ let currentSelectedDate = new Date();
export async function loadHomePage() {
console.info("[BetterSEQTA+] Started Loading Home Page");
// Reset currentSelectedDate to today when remounting the home page
currentSelectedDate = new Date();
// Wait for the DOM to finish clearing
await delay(10);