Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniMax-AI/OpenRoom
/ closeWindow
Function
closeWindow
apps/webuiapps/src/lib/windowManager.ts:77–80 ·
view source on GitHub ↗
(appId: number)
Source
from the content-addressed store, hash-verified
75
}
76
77
export
function
closeWindow(appId: number): void {
78
windows = windows.filter((w) => w.appId !== appId);
79
notify();
80
}
81
82
export
function
closeAllWindows(): void {
83
windows = [];
Callers
3
AppWindow
Function · 0.90
dispatchAgentAction
Function · 0.90
vibeContainerMock.test.ts
File · 0.85
Calls
1
notify
Function · 0.85
Tested by
no test coverage detected