We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c84548 commit 29ca4c7Copy full SHA for 29ca4c7
src/web/cursorUtils.ts
@@ -167,4 +167,5 @@ function scrollCursorIntoView(target: HTMLInputElement) {
167
}
168
169
170
-export {getCurrentCursorPosition, moveCursorToEnd, setCursorPosition, setPrevText, removeSelection, scrollCursorIntoView, getPrevTextLength, Selection};
+export type {Selection};
171
+export {getCurrentCursorPosition, moveCursorToEnd, setCursorPosition, setPrevText, removeSelection, scrollCursorIntoView, getPrevTextLength};
0 commit comments