fix: delayed flicker in 12 hour times on timetable

This commit is contained in:
SethBurkart123
2025-06-07 18:24:52 +10:00
parent b9f0675c4f
commit 841426d7ec
+1 -2
View File
@@ -73,8 +73,7 @@ function startTimetableMonitoring(): void {
}); });
if (shouldUpdate) { if (shouldUpdate) {
// Small delay to ensure DOM is fully updated updateTimeElements();
setTimeout(updateTimeElements, 10);
} }
}); });