MCPcopy Create free account
hub / github.com/codeaashu/claude-code / adaptFocusEvent

Function adaptFocusEvent

web/lib/ink-compat/Box.tsx:74–80  ·  view source on GitHub ↗
(e: React.FocusEvent<HTMLDivElement>)

Source from the content-addressed store, hash-verified

72}
73
74function adaptFocusEvent(e: React.FocusEvent<HTMLDivElement>): WebFocusEvent {
75 return {
76 stopImmediatePropagation() {
77 e.stopPropagation()
78 },
79 }
80}
81
82function adaptKeyboardEvent(e: ReactKeyboardEvent<HTMLDivElement>): WebKeyboardEvent {
83 return {

Callers 1

Box.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected