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