(cm)
| 7 | import { onBlur } from "./focus.js" |
| 8 | |
| 9 | export function updateSelection(cm) { |
| 10 | cm.display.input.showSelection(cm.display.input.prepareSelection()) |
| 11 | } |
| 12 | |
| 13 | export function prepareSelection(cm, primary = true) { |
| 14 | let doc = cm.doc, result = {} |
no test coverage detected