summaryrefslogtreecommitdiff
path: root/ext/bg/background.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-12-15 13:26:49 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-12-22 20:35:26 -0500
commit8b89e99eff53cf9bc8907cff80d389f07ff726fb (patch)
tree7c30080cd91e286271a4be48bcfcb0e0dd607662 /ext/bg/background.html
parent11b94d5a82f520706b344fd70ffa9e502d18086c (diff)
Remove contenteditable="true" from textarea
Diffstat (limited to 'ext/bg/background.html')
-rw-r--r--ext/bg/background.html2
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>