diff --git a/packages/nc-gui/components/project/spreadsheet/components/cell.vue b/packages/nc-gui/components/project/spreadsheet/components/cell.vue index 16466db042..537ce70193 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/cell.vue +++ b/packages/nc-gui/components/project/spreadsheet/components/cell.vue @@ -11,10 +11,12 @@ + {{ value }} + + diff --git a/packages/nc-gui/components/project/spreadsheet/components/editableCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell.vue index 74faf5e1c7..7ada3e1731 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/editableCell.vue +++ b/packages/nc-gui/components/project/spreadsheet/components/editableCell.vue @@ -69,10 +69,8 @@ :column="column" v-on="parentListeners" /> - - - @@ -112,11 +108,11 @@