aboutsummaryrefslogtreecommitdiff
path: root/src/content/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/index.js')
-rw-r--r--src/content/index.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/content/index.js b/src/content/index.js
index 8fb142a..571a927 100644
--- a/src/content/index.js
+++ b/src/content/index.js
@@ -51,7 +51,9 @@ const startFollows = (newTab) => {
};
window.addEventListener('keypress', (e) => {
- if (e.target instanceof HTMLInputElement) {
+ if (e.target instanceof HTMLInputElement ||
+ e.target instanceof HTMLTextAreaElement ||
+ e.target instanceof HTMLSelectElement) {
return;
}
browser.runtime.sendMessage({