From fb3c3a5c2a9d8a11dfd88448d021057bbda80664 Mon Sep 17 00:00:00 2001 From: mYanagimura Date: Sat, 9 May 2020 16:49:04 +0900 Subject: [PATCH 1/2] prevented to submit when typing enter with an IME --- src/components/ExplorerNode.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/components/ExplorerNode.vue b/src/components/ExplorerNode.vue index e3771a3fe..87dda3ebd 100644 --- a/src/components/ExplorerNode.vue +++ b/src/components/ExplorerNode.vue @@ -1,7 +1,7 @@