MCPcopy Create free account
hub / github.com/editablejs/editable / blur

Method blur

packages/editor/src/plugin/editable.ts:134–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 */
133export interface Editable extends Editor {
134 blur(): void
135 focus(start?: boolean): void
136 copy(range?: Range): void
137 cut(range?: Range): void

Callers 3

blurFunction · 0.80
withEditableFunction · 0.80
deselectCurrentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected