Skip to content

Commit 1afa561

Browse files
committed
moveNext types
1 parent 6e2f471 commit 1afa561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib_src/misc/blocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ function getSelection(editor: TextEditor, selection: Selection) {
112112
return range
113113
}
114114

115-
export function moveNext(editor: TextEditor, selection: Selection, range) {
115+
export function moveNext(editor: TextEditor, selection: Selection, range: [[number, number], [number, number]]) {
116116
// Ensure enough room at the end of the buffer
117117
const row = range[1][0]
118118
let last

0 commit comments

Comments
 (0)