File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ class HeapCursor<T extends RangeValue> {
630630 declare to : number
631631 declare value : T | null
632632 declare rank : number
633-
633+
634634 constructor ( readonly heap : LayerCursor < T > [ ] ) { }
635635
636636 static from < T extends RangeValue > (
@@ -661,7 +661,7 @@ class HeapCursor<T extends RangeValue> {
661661 for ( let cur of this . heap ) cur . forward ( pos , side )
662662 for ( let i = this . heap . length >> 1 ; i >= 0 ; i -- ) heapBubble ( this . heap , i )
663663 if ( ( this . to - pos || this . value ! . endSide - side ) < 0 ) this . next ( )
664- }
664+ }
665665
666666 next ( ) {
667667 if ( this . heap . length == 0 ) {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const enum RangeFlag {
1717 GoalColumnOffset = 6 ,
1818 NoGoalColumn = 0xffffff
1919}
20-
20+
2121/// A single selection range. When
2222/// [`allowMultipleSelections`](#state.EditorState^allowMultipleSelections)
2323/// is enabled, a [selection](#state.EditorSelection) may hold
You can’t perform that action at this time.
0 commit comments