Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ handleClickFocus
Method
handleClickFocus
src/ink/focus.ts:88–92 ·
view source on GitHub ↗
(node: DOMElement)
Source
from the content-addressed store, hash-verified
86
}
87
88
handleClickFocus(node: DOMElement): void {
89
const
tabIndex = node.attributes[
'tabIndex'
]
90
if
(typeof tabIndex !==
'number'
)
return
91
this.focus(node)
92
}
93
94
enable(): void {
95
this.enabled = true
Callers
1
dispatchClick
Function · 0.80
Calls
1
focus
Method · 0.95
Tested by
no test coverage detected