From 6e2029071e0a9e7eb9fe377d9316bcf70699862a Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Sat, 6 Aug 2022 12:07:15 +0530 Subject: [PATCH] chore/added todo for scrolling issue in gallery --- packages/nc-gui-v2/components/smartsheet/Gallery.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/nc-gui-v2/components/smartsheet/Gallery.vue b/packages/nc-gui-v2/components/smartsheet/Gallery.vue index 60a3e73b39..d896964a9d 100644 --- a/packages/nc-gui-v2/components/smartsheet/Gallery.vue +++ b/packages/nc-gui-v2/components/smartsheet/Gallery.vue @@ -52,6 +52,7 @@ const isRowEmpty = (record: any, col: any) => { } +