From 7a29591a3389ebe0b5a2cc07ae7754a4a0348ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaume=20Sol=C3=ADs?= Date: Thu, 16 May 2024 15:42:43 +0200 Subject: [PATCH] volver a poner que se autocierre el calendario --- src/components/@inputs/Calendar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/@inputs/Calendar.vue b/src/components/@inputs/Calendar.vue index 1c02feb..1a03adc 100644 --- a/src/components/@inputs/Calendar.vue +++ b/src/components/@inputs/Calendar.vue @@ -37,7 +37,7 @@ export default defineComponent({ watch(proxyDate, (newProxy) => { setValues({ date: invertDate(newProxy) }); const btn = document.querySelector(".buttons-close-modal button") - //if(btn) btn.click() + if(btn) btn.click() }); const LOCALE = {