mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: delayed flicker in 12 hour times on timetable
This commit is contained in:
@@ -73,8 +73,7 @@ function startTimetableMonitoring(): void {
|
||||
});
|
||||
|
||||
if (shouldUpdate) {
|
||||
// Small delay to ensure DOM is fully updated
|
||||
setTimeout(updateTimeElements, 10);
|
||||
updateTimeElements();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user