forked from extern/the-glorious-startpage
fix not updating clock
This commit is contained in:
parent
581cdea730
commit
0c083f497c
@ -36,7 +36,7 @@ class Clock {
|
||||
|
||||
_startClock = () => {
|
||||
this._setTime();
|
||||
setTimeout(this._setTime, 1000);
|
||||
setInterval(this._setTime, 1000);
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user