Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ focusNext
Method
focusNext
src/ink/focus.ts:102–104 ·
view source on GitHub ↗
(root: DOMElement)
Source
from the content-addressed store, hash-verified
100
}
101
102
focusNext(root: DOMElement): void {
103
this.moveFocus(1, root)
104
}
105
106
focusPrevious(root: DOMElement): void {
107
this.moveFocus(-1, root)
Callers
1
dispatchKeyboardEvent
Method · 0.80
Calls
1
moveFocus
Method · 0.95
Tested by
no test coverage detected