Skip to content

Commit 29ca4c7

Browse files
committed
fix tsc + prettier
1 parent 1c84548 commit 29ca4c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/web/cursorUtils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,5 @@ function scrollCursorIntoView(target: HTMLInputElement) {
167167
}
168168
}
169169

170-
export {getCurrentCursorPosition, moveCursorToEnd, setCursorPosition, setPrevText, removeSelection, scrollCursorIntoView, getPrevTextLength, Selection};
170+
export type {Selection};
171+
export {getCurrentCursorPosition, moveCursorToEnd, setCursorPosition, setPrevText, removeSelection, scrollCursorIntoView, getPrevTextLength};

0 commit comments

Comments
 (0)