Skip to content

Commit 7a097d1

Browse files
committed
remove unused method
1 parent 0eb0708 commit 7a097d1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/document/UI.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ export function isUISelectionStart(
3030
return !!start && typeof start === 'object' && UISelection in start
3131
}
3232

33-
export function setUIValueRaw(
34-
element: HTMLInputElement | HTMLTextAreaElement,
35-
value: string,
36-
) {
37-
element[UIValue] = value
38-
}
39-
4033
export function setUIValue(
4134
element: HTMLInputElement | HTMLTextAreaElement,
4235
value: string,

0 commit comments

Comments
 (0)