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

Function setOpen

packages/plugins/toolbar/src/inline/store.ts:78–81  ·  view source on GitHub ↗
(editor: Editable, open: boolean)

Source from the content-addressed store, hash-verified

76
77export const InlineToolbar = {
78 setOpen(editor: Editable, open: boolean) {
79 const store = getStore(editor)
80 store.setState({ open })
81 },
82
83 setItems(editor: Editable, items: ToolbarItem[]) {
84 const store = getStore(editor)

Callers 2

InlineToolbarFunction · 0.50
handleTouchTrackFunction · 0.50

Calls 1

getStoreFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…