From db4589c4c6dc7ed7dd37da75cd924bb6d0c8f73c 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: Thu, 25 May 2023 17:10:10 +0300 Subject: [PATCH] Update InputSwitch.vue --- components/lib/inputswitch/InputSwitch.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/lib/inputswitch/InputSwitch.vue b/components/lib/inputswitch/InputSwitch.vue index a7274deb8..59ceb6f1c 100755 --- a/components/lib/inputswitch/InputSwitch.vue +++ b/components/lib/inputswitch/InputSwitch.vue @@ -45,8 +45,6 @@ export default { this.$emit('input', newValue); this.$refs.input.focus(); } - - event.preventDefault(); }, onFocus(event) { this.focused = true;