Recover graph state after missed chat events

This commit is contained in:
Youzini-afk
2026-03-28 14:45:31 +08:00
parent eb51f28d21
commit 30fdeaac1a
3 changed files with 181 additions and 2 deletions

View File

@@ -612,6 +612,7 @@ export function openPanel() {
if (!overlayEl) return;
ensureOverlayMountedAtRoot();
syncViewportCssVars();
_actionHandlers.syncGraphLoad?.();
overlayEl.classList.add("active");
_restorePanelSize();