(editor: Editable, items: ContextMenuItem[])
| 86 | }, |
| 87 | |
| 88 | setItems(editor: Editable, items: ContextMenuItem[]) { |
| 89 | const store = getStore(editor) |
| 90 | store.setState(() => { |
| 91 | return { |
| 92 | items, |
| 93 | } |
| 94 | }) |
| 95 | }, |
| 96 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…