Skip to content

Commit 2e6d3d6

Browse files
committed
getLocalContext types
1 parent 5fb7501 commit 2e6d3d6

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
@@ -167,7 +167,7 @@ export function get(editor: TextEditor) {
167167
})
168168
}
169169

170-
export function getLocalContext(editor: TextEditor, row) {
170+
export function getLocalContext(editor: TextEditor, row: number) {
171171
const range = getRange(editor, row)
172172
const context = range ? editor.getTextInBufferRange(range) : ""
173173
// NOTE:

0 commit comments

Comments
 (0)