Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniMax-AI/OpenRoom
/ closeAllWindows
Function
closeAllWindows
apps/webuiapps/src/lib/windowManager.ts:82–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
export
function
closeAllWindows(): void {
83
windows = [];
84
notify();
85
}
86
87
export
function
focusWindow(appId: number): void {
88
const
win = windows.find((w) => w.appId === appId);
Callers
1
ChatPanel
Function · 0.90
Calls
1
notify
Function · 0.85
Tested by
no test coverage detected