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

Function setDecorateOpen

packages/plugins/toolbar/src/side/store.ts:106–111  ·  view source on GitHub ↗
(editor: Editable, open: boolean)

Source from the content-addressed store, hash-verified

104 },
105
106 setDecorateOpen(editor: Editable, open: boolean) {
107 const store = getStore(editor)
108 store.setState({
109 decorateOpen: open,
110 })
111 },
112}

Callers

nothing calls this directly

Calls 1

getStoreFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…