mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +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) {
|
if (shouldUpdate) {
|
||||||
// Small delay to ensure DOM is fully updated
|
updateTimeElements();
|
||||||
setTimeout(updateTimeElements, 10);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user