add option to run script directly in desktop app

This commit is contained in:
undergroundwires
2021-02-18 09:34:38 +01:00
parent 7661575573
commit 9a6b903b92
7 changed files with 353 additions and 11 deletions

View File

@@ -1,4 +1,3 @@
export class Clipboard {
public static copyText(text: string): void {
const el = document.createElement('textarea');