(selection: Selection)
| 21 | } |
| 22 | |
| 23 | export function isForward(selection: Selection) { |
| 24 | return selection.active.isAfterOrEqual(selection.anchor); |
| 25 | } |
| 26 | |
| 27 | export function selectionWithEditorFromRange( |
| 28 | selection: SelectionWithEditor, |
no outgoing calls
no test coverage detected