From 5497056fd3d44159ebb03426f5ae98b2b45d45ef Mon Sep 17 00:00:00 2001 From: sreehari jayaraj Date: Mon, 11 Sep 2023 11:27:10 +0530 Subject: [PATCH] feat: large attachment size on drawer --- packages/nc-gui/components/cell/attachment/index.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/nc-gui/components/cell/attachment/index.vue b/packages/nc-gui/components/cell/attachment/index.vue index 35d67ace7b..1fda397520 100644 --- a/packages/nc-gui/components/cell/attachment/index.vue +++ b/packages/nc-gui/components/cell/attachment/index.vue @@ -2,6 +2,7 @@ import { onKeyDown } from '@vueuse/core' import { useProvideAttachmentCell } from './utils' import { useSortable } from './sort' +import { isDrawerExist } from '~/utils/browserUtils' import { ActiveCellInj, CurrentCellInj, @@ -139,7 +140,7 @@ useSelectedCellKeyupListener(inject(ActiveCellInj, ref(false)), (e) => { } }) -const rowHeight = inject(RowHeightInj, ref(1.8)) +const rowHeight = inject(RowHeightInj, ref())