From e24496c5c9e86b84214ebbf0ce0785938e400be8 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Wed, 3 Aug 2022 02:06:20 +0200 Subject: [PATCH] fix(gui-v2): carousel not opening correct slide on start --- .../components/cell/attachment/Carousel.vue | 20 ++++++++++++++++--- .../components/cell/attachment/Modal.vue | 2 ++ 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/packages/nc-gui-v2/components/cell/attachment/Carousel.vue b/packages/nc-gui-v2/components/cell/attachment/Carousel.vue index 1e3ef02b14..a23bd257aa 100644 --- a/packages/nc-gui-v2/components/cell/attachment/Carousel.vue +++ b/packages/nc-gui-v2/components/cell/attachment/Carousel.vue @@ -1,16 +1,15 @@