Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
133
export
interface
Editable extends Editor {
134
blur(): void
135
focus(start?: boolean): void
136
copy(range?: Range): void
137
cut(range?: Range): void
Callers
3
blur
Function · 0.80
withEditable
Function · 0.80
deselectCurrent
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected