MCPcopy 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

dispatchKeyboardEventMethod · 0.80

Calls 1

moveFocusMethod · 0.95

Tested by

no test coverage detected