From a5f37d07359ff782a29258ff3f6162fc3c612a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 3 Aug 2022 13:10:50 +0300 Subject: [PATCH] refactor --- src/components/calendar/Calendar.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/calendar/Calendar.vue b/src/components/calendar/Calendar.vue index a30cdca59..29a423c6d 100755 --- a/src/components/calendar/Calendar.vue +++ b/src/components/calendar/Calendar.vue @@ -2249,7 +2249,7 @@ export default { else focusableElements[focusedIndex - 1].focus(); } - else {debugger; + else { if (focusedIndex === -1) { if (this.timeOnly) { focusableElements[0].focus(); @@ -2369,10 +2369,6 @@ export default { this.overlayVisible = false; break; - case 'Tab': { - console.log('inline') - break; - } default: break; }