mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-10 01:18:29 +00:00
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.
5 lines
149 B
JavaScript
5 lines
149 B
JavaScript
import { restoreRestorableModalStack } from "/js/modals.js";
|
|
|
|
export default function restoreRestorableModals() {
|
|
restoreRestorableModalStack();
|
|
}
|