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 536c848 commit 01cf965Copy full SHA for 01cf965
src/json-crdt-extensions/peritext/slice/Range.ts
@@ -30,11 +30,11 @@ export class Range implements Printable {
30
* the range should start. The `size` argument specifies the number of
31
* characters in the range. If `size` is zero or not specified, the range
32
* will be collapsed to a single point.
33
- *
+ *
34
* When the range is collapsed, the anchor position is set to "after" the
35
* character. When the range is expanded, the anchor positions are set to
36
* "before" for the start point and "after" for the end point.
37
38
* The `size` argument can be negative, in which case the range is selected
39
* backwards.
40
*
0 commit comments