Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ checkMaximized
Function
checkMaximized
packages/editor-app/src/components/TitleBar.tsx:142–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
140
141
useEffect(() => {
142
const checkMaximized = async () => {
143
const maximized = await appWindow.isMaximized();
144
setIsMaximized(maximized);
145
};
146
147
checkMaximized();
148
Callers
1
TitleBar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected