From 092e7c37d3a8866839f0b7f34027a82c6ac958e0 Mon Sep 17 00:00:00 2001 From: DarkPhoenix2704 Date: Tue, 19 Sep 2023 10:58:09 +0530 Subject: [PATCH] fix: border on hover for linked item --- .../nc-gui/components/virtual-cell/components/ListItem.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/components/virtual-cell/components/ListItem.vue b/packages/nc-gui/components/virtual-cell/components/ListItem.vue index 3d1b717925..f05a9bb67c 100644 --- a/packages/nc-gui/components/virtual-cell/components/ListItem.vue +++ b/packages/nc-gui/components/virtual-cell/components/ListItem.vue @@ -17,6 +17,8 @@ provide(IsExpandedFormOpenInj, ref(true)) const isForm = inject(IsFormInj, ref(false)) +provide(RowHeightInj, ref(1 as const)) + const isPublic = inject(IsPublicInj, ref(false)) const { getPossibleAttachmentSrc } = useAttachment() @@ -42,10 +44,11 @@ const attachments: Attachment[] = computed(() => {