[ci skip] fix
This commit is contained in:
parent
8646893b08
commit
8fb6824c1d
|
@ -119,7 +119,7 @@ watch(fNow, (to) => {
|
|||
// 次回更新までに日付が変わる場合、日付が変わった直後に強制的に更新するタイマーをセットする
|
||||
if (nextDayMidnightTime - to <= TIME_UPDATE_INTERVAL) {
|
||||
if (nextDayTimer != null) {
|
||||
clearTimeout(nextDayTimer);
|
||||
window.clearTimeout(nextDayTimer);
|
||||
nextDayTimer = null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue