Demand-load Today and Planning workspace on mobile #1469
|
|
@ -8615,5 +8615,6 @@
|
||||||
|
|
||||||
function widgetTick() { const el=qs('#widget-clock'); if(el) el.textContent = fmt(new Date()); }
|
function widgetTick() { const el=qs('#widget-clock'); if(el) el.textContent = fmt(new Date()); }
|
||||||
setInterval(widgetTick, 1000);
|
setInterval(widgetTick, 1000);
|
||||||
|
await timerView.restore(Promise.resolve(true));
|
||||||
workspaceLifecycle.markWorkspaceReady?.();
|
workspaceLifecycle.markWorkspaceReady?.();
|
||||||
})();
|
})();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user