From 412808b955cf853636bc03c1de9d28f9677da360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bahad=C4=B1r=20Sofuo=C4=9Flu?= Date: Thu, 31 Aug 2023 12:53:43 +0300 Subject: [PATCH] log removed --- components/lib/calendar/Calendar.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/lib/calendar/Calendar.vue b/components/lib/calendar/Calendar.vue index a3973e917..d5a1247d9 100755 --- a/components/lib/calendar/Calendar.vue +++ b/components/lib/calendar/Calendar.vue @@ -2518,8 +2518,6 @@ export default { event.target.value = this.formatValue(this.modelValue); }, onKeyDown(event) { - console.log('test'); - if (event.code === 'ArrowDown' && this.overlay) { this.trapFocus(event); } else if (event.code === 'ArrowDown' && !this.overlay) {