| 3 | import { RemoteCursorChangeState } from './plugin/with-cursors' |
| 4 | |
| 5 | export interface CursorStore { |
| 6 | clientIds: RemoteCursorChangeState |
| 7 | } |
| 8 | |
| 9 | const CURSORS_TO_EDITABLE = new WeakMap<Editor, UseBoundStore<StoreApi<CursorStore>>>() |
| 10 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…