Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2018-12-20 13:58:28 +0300
committerGitHub <noreply@github.com>2018-12-20 13:58:28 +0300
commit06947f960eb38104cb5a6487c1e666de07039d41 (patch)
tree1affff6eb04d79481f850bf122eb13e3429fdf95
parent3af305a870cc5d2e1b6bac242c1c8f9603a387b4 (diff)
parent89c3f7d46f11f82c7ecba0dd7d4d7a2291ed7b36 (diff)
Merge pull request #1407 from nextcloud/fix/input-textarea-left-right-arrow-navigationv0.12.0-beta1
Fix navigation on left/right arrow in focussed input and textareas
-rw-r--r--src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index 561a85fbd..6daae8932 100644
--- a/src/main.js
+++ b/src/main.js
@@ -42,7 +42,7 @@ Vue.mixin({
}
})
-Vue.use(VueShortKey)
+Vue.use(VueShortKey, { prevent: ['input', 'textarea'] })
Vue.use(VTooltip)
const getPreferenceFromPage = key => {