MCPcopy Create free account
hub / github.com/devnomad-byte/EvolveHub / focusWindow

Function focusWindow

frontend/src/stores/window.ts:154–160  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

152 }
153
154 function focusWindow(id: string) {
155 const w = windows.value[id]
156 if (w) {
157 w.zIndex = ++nextZIndex
158 activeWindowId.value = id
159 }
160 }
161
162 function updatePosition(id: string, x: number, y: number) {
163 const w = windows.value[id]

Callers 2

openAppFunction · 0.85
maximizeWindowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected