Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a3b00f4

Browse files
committed
Remove unused exported function
1 parent f120af4 commit a3b00f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/clipboard.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,3 @@ export function copyText(text: string): Promise<void> {
5151
body.removeChild(node)
5252
return Promise.resolve()
5353
}
54-
55-
export function copyInput(node: HTMLInputElement | HTMLTextAreaElement): Promise<void> {
56-
return copyText(node.value)
57-
}

0 commit comments

Comments
 (0)