| 23 | } |
| 24 | |
| 25 | interface ContextMenuState { |
| 26 | items: ContextMenuItem[] |
| 27 | open: boolean |
| 28 | } |
| 29 | |
| 30 | const EDITOR_TO_CONTEXT_MENU_STORE = new WeakMap< |
| 31 | Editable, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…