From e3e9a9da3b16be01fbf6e04c5bdfe5d0bb2e845a Mon Sep 17 00:00:00 2001 From: John Campion Date: Wed, 21 Aug 2024 08:29:07 -0400 Subject: [PATCH] fix: root-click not needed with input slot (fixes #973) --- src/VueDatePicker/components/DatepickerInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VueDatePicker/components/DatepickerInput.vue b/src/VueDatePicker/components/DatepickerInput.vue index 95969a0a..777ce45d 100644 --- a/src/VueDatePicker/components/DatepickerInput.vue +++ b/src/VueDatePicker/components/DatepickerInput.vue @@ -1,5 +1,5 @@