Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ handleAutoFocus
Method
handleAutoFocus
src/ink/focus.ts:84–86 ·
view source on GitHub ↗
(node: DOMElement)
Source
from the content-addressed store, hash-verified
82
}
83
84
handleAutoFocus(node: DOMElement): void {
85
this.focus(node)
86
}
87
88
handleClickFocus(node: DOMElement): void {
89
const
tabIndex = node.attributes[
'tabIndex'
]
Callers
1
commitMount
Function · 0.80
Calls
1
focus
Method · 0.95
Tested by
no test coverage detected