From 7eccc04e98315ebebea8af3b788b3b00a97d76cf Mon Sep 17 00:00:00 2001 From: cutls Date: Tue, 22 Oct 2019 00:18:55 +0900 Subject: [PATCH] ksc --- app/js/common/keyshortcut.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/js/common/keyshortcut.js b/app/js/common/keyshortcut.js index ab5aee52..d18aa43f 100644 --- a/app/js/common/keyshortcut.js +++ b/app/js/common/keyshortcut.js @@ -18,11 +18,12 @@ $(function ($) { if (e.keyCode === 13) { if($("#src").is(':focus')){ src() + return false; } if($("#list-add").is(':focus')){ makeNewList() + return false; } - return false; } //Ctrl+Shift+Enter:Lgen if (event.metaKey || event.ctrlKey && wv) {