(range)
| 179 | } |
| 180 | |
| 181 | setSelectionRange(range) { |
| 182 | this.selection.removeAllRanges(); |
| 183 | // TODO(philc): Is this return needed? |
| 184 | return this.selection.addRange(range); |
| 185 | } |
| 186 | |
| 187 | // For "aw", "as". We don't do "ap" (for paragraphs), because Chrome paragraph movements are |
| 188 | // weird. |
no outgoing calls
no test coverage detected