Skip to content

Commit 894790d

Browse files
committed
fix tsc + prettier
Signed-off-by: Hanno J. Gödecke <[email protected]>
1 parent cd476c6 commit 894790d

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)