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

Function blur

packages/editor/src/plugin/editable.ts:354–356  ·  view source on GitHub ↗

* Blur the editor.

(editor: Editable)

Source from the content-addressed store, hash-verified

352 */
353
354 blur(editor: Editable): void {
355 editor.blur()
356 },
357
358 /**
359 * Focus the editor.

Callers

nothing calls this directly

Calls 1

blurMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…