From 916029c007e166255e6cafcbae2cc9a700908ef4 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Wed, 30 Nov 2022 17:05:48 +0530 Subject: [PATCH] fix(gui): avoiding blocking click event propagation Signed-off-by: Pranav C --- packages/nc-gui/components/cell/Checkbox.vue | 27 +++++++++++++++----- 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/packages/nc-gui/components/cell/Checkbox.vue b/packages/nc-gui/components/cell/Checkbox.vue index 1e533f3c05..579a732852 100644 --- a/packages/nc-gui/components/cell/Checkbox.vue +++ b/packages/nc-gui/components/cell/Checkbox.vue @@ -1,5 +1,13 @@