diff --git a/src/document/UI.ts b/src/document/UI.ts index 438fe9e1..4b60e04f 100644 --- a/src/document/UI.ts +++ b/src/document/UI.ts @@ -30,13 +30,6 @@ export function isUISelectionStart( return !!start && typeof start === 'object' && UISelection in start } -export function setUIValueRaw( - element: HTMLInputElement | HTMLTextAreaElement, - value: string, -) { - element[UIValue] = value -} - export function setUIValue( element: HTMLInputElement | HTMLTextAreaElement, value: string,