Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed Aug 9, 2022
1 parent 47e20a9 commit e58dc8f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/document/UI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e58dc8f

Please sign in to comment.