From 2a7502ef4d2e2e790f79603d55adadb75ba81337 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Tue, 28 Jan 2020 17:10:27 +0900 Subject: [PATCH] Disable left/right shortcut key in input and textarea Closes #488 --- frontend/components/containers/annotation/Paginator.vue | 2 -- frontend/components/molecules/EntityItem.vue | 2 -- frontend/components/organisms/annotation/EntityItemBox.vue | 2 -- frontend/nuxt.config.js | 3 ++- frontend/plugins/vue-shortkey.js | 7 +++++++ 5 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 frontend/plugins/vue-shortkey.js diff --git a/frontend/components/containers/annotation/Paginator.vue b/frontend/components/containers/annotation/Paginator.vue index fcd60402..a4660f0f 100644 --- a/frontend/components/containers/annotation/Paginator.vue +++ b/frontend/components/containers/annotation/Paginator.vue @@ -60,9 +60,7 @@