From b9f9d956bf0c50739909bc71e1e69f10a2d79773 Mon Sep 17 00:00:00 2001 From: mertmit Date: Fri, 3 Feb 2023 11:39:05 +0300 Subject: [PATCH 1/3] fix: RowHeighInj for sharing row height between components Signed-off-by: mertmit --- packages/nc-gui/components/cell/TextArea.vue | 24 ++---------- .../nc-gui/components/smartsheet/Grid.vue | 37 ++++++++++--------- .../nc-gui/components/virtual-cell/QrCode.vue | 25 ++----------- .../virtual-cell/barcode/Barcode.vue | 36 ++++++++---------- packages/nc-gui/context/index.ts | 1 + 5 files changed, 43 insertions(+), 80 deletions(-) diff --git a/packages/nc-gui/components/cell/TextArea.vue b/packages/nc-gui/components/cell/TextArea.vue index 96dc64ebdf..86d0564e2e 100644 --- a/packages/nc-gui/components/cell/TextArea.vue +++ b/packages/nc-gui/components/cell/TextArea.vue @@ -1,7 +1,6 @@