Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pickle-com/glass
/ updateLayout
Function
updateLayout
src/window/windowManager.js:49–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
// let shortcutEditorWindow = null;
48
let
layoutManager = null;
49
function
updateLayout() {
50
if
(layoutManager) {
51
layoutManager.updateLayout();
52
}
53
}
54
let
movementManager = null;
55
56
Callers
8
resizeHeaderWindow
Function · 0.85
createWindows
Function · 0.85
setupIpcHandlers
Function · 0.85
handleHeaderAnimationFinished
Function · 0.85
moveHeader
Function · 0.85
moveHeaderTo
Function · 0.85
adjustWindowHeight
Function · 0.85
handleListenRequest
Method · 0.85
Calls
1
updateLayout
Method · 0.80
Tested by
no test coverage detected