diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-12 21:01:49 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-22 20:35:26 -0500 |
commit | 11b94d5a82f520706b344fd70ffa9e502d18086c (patch) | |
tree | 5f8b6ca63f5b268bc99878d05079c48c55ac72f4 /ext/bg/background.html | |
parent | bf93d9f5f923e8ad7571a6d588fbc756e1153742 (diff) |
Make apiClipboardGet use plaintext
Also clear the value before returning
Diffstat (limited to 'ext/bg/background.html')
-rw-r--r-- | ext/bg/background.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/background.html b/ext/bg/background.html index fc0758cf..c45ef3cd 100644 --- a/ext/bg/background.html +++ b/ext/bg/background.html @@ -12,7 +12,7 @@ <link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> </head> <body> - <div id="clipboard-paste-target" contenteditable="true"></div> + <textarea id="clipboard-paste-target" contenteditable="true"></textarea> <script src="/mixed/lib/handlebars.min.js"></script> <script src="/mixed/lib/jszip.min.js"></script> |