(doc, anchor, head, options)
| 5072 | |
| 5073 | // Reset the selection to a single range. |
| 5074 | function setSimpleSelection(doc, anchor, head, options) { |
| 5075 | setSelection(doc, simpleSelection(anchor, head), options); |
| 5076 | } |
| 5077 | |
| 5078 | // Give beforeSelectionChange handlers a change to influence a |
| 5079 | // selection update. |
no test coverage detected