We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9abf0c commit d5aefaeCopy full SHA for d5aefae
src/js/utils/cursor/range.js
@@ -4,8 +4,7 @@ import { DIRECTION } from '../key';
4
/**
5
* A logical range of a {@link Post}.
6
* Usually an instance of Range will be read from the {@link Editor#range} property,
7
- * but it may be useful to instantiate a range directly in cases
8
- * when programmatically modifying a Post.
+ * but it may be useful to instantiate a range directly when programmatically modifying a Post.
9
*/
10
class Range {
11
0 commit comments