diff --git a/packages/nc-gui/components/cell/TextArea.vue b/packages/nc-gui/components/cell/TextArea.vue index 1cd392ca8e..353654f76c 100644 --- a/packages/nc-gui/components/cell/TextArea.vue +++ b/packages/nc-gui/components/cell/TextArea.vue @@ -40,6 +40,8 @@ const isUnderFormula = inject(IsUnderFormulaInj, ref(false)) const cellEventHook = inject(CellEventHookInj, null) +const active = inject(ActiveCellInj, null) + const readOnly = computed(() => readOnlyInj.value || column.value.readonly) const canvasCellEventData = inject(CanvasCellEventDataInj, reactive({})) @@ -633,6 +635,7 @@ useResizeObserver(inputWrapperRef, () => {