From e8b2f31e5e104a42b10a7a247ab062adc5fd09ad Mon Sep 17 00:00:00 2001 From: timmy Date: Thu, 27 Aug 2026 12:27:44 +0000 Subject: [PATCH] fix: restore hydrated session state before action replay --- frontend/dashboard.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/dashboard.js b/frontend/dashboard.js index a0e53a2..99d2bac 100644 --- a/frontend/dashboard.js +++ b/frontend/dashboard.js @@ -8615,5 +8615,6 @@ function widgetTick() { const el=qs('#widget-clock'); if(el) el.textContent = fmt(new Date()); } setInterval(widgetTick, 1000); + await timerView.restore(Promise.resolve(true)); workspaceLifecycle.markWorkspaceReady?.(); })();