(editor: Editor, options: ContextMenuOptions)
| 8 | } |
| 9 | |
| 10 | export const setOptions = (editor: Editor, options: ContextMenuOptions) => { |
| 11 | CONTEXT_MENU_OPTIONS.set(editor, options) |
| 12 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…