diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-15 13:26:49 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-12-22 20:35:26 -0500 |
commit | 8b89e99eff53cf9bc8907cff80d389f07ff726fb (patch) | |
tree | 7c30080cd91e286271a4be48bcfcb0e0dd607662 /ext | |
parent | 11b94d5a82f520706b344fd70ffa9e502d18086c (diff) |
Remove contenteditable="true" from textarea
Diffstat (limited to 'ext')
-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 c45ef3cd..4c6f8795 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> - <textarea id="clipboard-paste-target" contenteditable="true"></textarea> + <textarea id="clipboard-paste-target"></textarea> <script src="/mixed/lib/handlebars.min.js"></script> <script src="/mixed/lib/jszip.min.js"></script> |