Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Comfy-Org/ComfyUI-Manager
/ getDefaultPositions
Function
getDefaultPositions
comfyui_manager/js/popover-helper.js:147–149 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
146
// with order
147
export
const
getDefaultPositions = () => {
148
return
Object.keys(calculators);
149
};
150
151
const
calculateSpace = (info, containerRect, targetRect) => {
152
const
calculator = calculators[info.position];
Callers
1
getBestPosition
Function · 0.85
Calls
1
keys
Method · 0.45
Tested by
no test coverage detected