From 214fb0dad986e8a350ddb6b9057fde8f06d4d3e8 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Thu, 4 Jan 2024 13:19:21 +0000 Subject: [PATCH] fix: add an overlay to block the interaction with datetimepicker --- .../nc-gui/components/cell/ReadOnlyDateTimePicker.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/nc-gui/components/cell/ReadOnlyDateTimePicker.vue b/packages/nc-gui/components/cell/ReadOnlyDateTimePicker.vue index 8689e9fb19..ab932dc039 100644 --- a/packages/nc-gui/components/cell/ReadOnlyDateTimePicker.vue +++ b/packages/nc-gui/components/cell/ReadOnlyDateTimePicker.vue @@ -1,5 +1,5 @@