| 2 | import { Editable } from '@editablejs/editor' |
| 3 | |
| 4 | interface CapturedData { |
| 5 | selection: Range |
| 6 | path: Path |
| 7 | element: Element |
| 8 | isEmpty: boolean |
| 9 | isVoid: boolean |
| 10 | } |
| 11 | |
| 12 | const SIDETOOLBAR_CAPTURED_DATA_WEAK_MAP = new WeakMap<Editable, CapturedData>() |
| 13 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…