diff options
author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-06-18 00:44:37 -0400 |
---|---|---|
committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-06-18 00:44:37 -0400 |
commit | 3b838e251d4c626c30ef9fa507e68f6839b5cfd7 (patch) | |
tree | e67ad131825c5e4b51621c0738c3b36e9d1d1a13 /src/ClientUtils.ts | |
parent | 50021902948840e87da1faf74f6403e25e667580 (diff) |
work on sort
Diffstat (limited to 'src/ClientUtils.ts')
-rw-r--r-- | src/ClientUtils.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ClientUtils.ts b/src/ClientUtils.ts index cd2b9b3a9..a72e3ffaa 100644 --- a/src/ClientUtils.ts +++ b/src/ClientUtils.ts @@ -352,6 +352,8 @@ export namespace ClientUtils { return undefined; } + + export function GetClipboardText(): string { const textArea = document.createElement('textarea'); document.body.appendChild(textArea); |