Skip to content

Commit

Permalink
fix tsc + prettier
Browse files Browse the repository at this point in the history
Signed-off-by: Hanno J. Gödecke <[email protected]>
  • Loading branch information
hannojg committed Jul 17, 2024
1 parent cd476c6 commit 894790d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/web/cursorUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,5 @@ function scrollCursorIntoView(target: HTMLInputElement) {
}
}

export {getCurrentCursorPosition, moveCursorToEnd, setCursorPosition, setPrevText, removeSelection, scrollCursorIntoView, getPrevTextLength, Selection};
export type {Selection};
export {getCurrentCursorPosition, moveCursorToEnd, setCursorPosition, setPrevText, removeSelection, scrollCursorIntoView, getPrevTextLength};

0 comments on commit 894790d

Please sign in to comment.