(doc, anchor, head, options)
| 6913 | |
| 6914 | // Reset the selection to a single range. |
| 6915 | function setSimpleSelection(doc, anchor, head, options) { |
| 6916 | setSelection(doc, simpleSelection(anchor, head), options) |
| 6917 | } |
| 6918 | |
| 6919 | // Give beforeSelectionChange handlers a change to influence a |
| 6920 | // selection update. |
no test coverage detected