agent-zero/extensions/webui/initFw_end/restoreRestorableModals.js
Alessandro 3106abce96 Preserve surface windows across refresh
Restore restorable surface modals through the initFw_end extension hook and keep right-canvas state in session storage for normal reloads.

Fix Desktop host visibility after modal cleanup so preserved iframes reattach to real modal or canvas hosts, and remove the duplicate file-browser path icon overlay.
2026-06-23 18:28:16 +02:00

5 lines
149 B
JavaScript

import { restoreRestorableModalStack } from "/js/modals.js";
export default function restoreRestorableModals() {
restoreRestorableModalStack();
}