We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb0708 commit 7a097d1Copy full SHA for 7a097d1
1 file changed
src/document/UI.ts
@@ -30,13 +30,6 @@ export function isUISelectionStart(
30
return !!start && typeof start === 'object' && UISelection in start
31
}
32
33
-export function setUIValueRaw(
34
- element: HTMLInputElement | HTMLTextAreaElement,
35
- value: string,
36
-) {
37
- element[UIValue] = value
38
-}
39
-
40
export function setUIValue(
41
element: HTMLInputElement | HTMLTextAreaElement,
42
value: string,
0 commit comments