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

Method blur

src/ink/focus.ts:44–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 }
43
44 blur(): void {
45 if (!this.activeElement) return
46
47 const previous = this.activeElement
48 this.activeElement = null
49 this.dispatchFocusEvent(previous, new FocusEvent('blur', null))
50 }
51
52 /**
53 * Called by the reconciler when a node is removed from the tree.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected