(editor: Editable, items: SideToolbarItem[])
| 99 | }, |
| 100 | |
| 101 | setItems(editor: Editable, items: SideToolbarItem[]) { |
| 102 | const store = getStore(editor) |
| 103 | store.setState({ items }) |
| 104 | }, |
| 105 | |
| 106 | setDecorateOpen(editor: Editable, open: boolean) { |
| 107 | const store = getStore(editor) |
nothing calls this directly
no test coverage detected
searching dependent graphs…