Skip to content
Snippets Groups Projects
Unverified Commit 06947f96 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #1407 from nextcloud/fix/input-textarea-left-right-arrow-navigation

Fix navigation on left/right arrow in focussed input and textareas
parents 3af305a8 89c3f7d4
No related branches found
Tags v0.12.0-beta1
No related merge requests found
......@@ -42,7 +42,7 @@ Vue.mixin({
}
})
Vue.use(VueShortKey)
Vue.use(VueShortKey, { prevent: ['input', 'textarea'] })
Vue.use(VTooltip)
const getPreferenceFromPage = key => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment