Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ disable
Method
disable
src/ink/focus.ts:98–100 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
}
97
98
disable(): void {
99
this.enabled = false
100
}
101
102
focusNext(root: DOMElement): void {
103
this.moveFocus(1, root)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected