MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/ink/focus.ts:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 * parentNode (like browser's `node.ownerDocument`).
14 */
15export class FocusManager {
16 activeElement: DOMElement | null = null
17 private dispatchFocusEvent: (target: DOMElement, event: FocusEvent) => boolean
18 private enabled = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected