diff --git a/packages/nc-gui/components/cell/attachment/index.vue b/packages/nc-gui/components/cell/attachment/index.vue index d7ce9ff80e..8d33193638 100644 --- a/packages/nc-gui/components/cell/attachment/index.vue +++ b/packages/nc-gui/components/cell/attachment/index.vue @@ -129,7 +129,6 @@ watch( useSelectedCellKeyupListener(inject(ActiveCellInj, ref(false)), (e) => { if (e.key === 'Enter' && !isReadonly.value) { - console.log(ActiveCellInj) e.stopPropagation() if (!modalVisible.value) { modalVisible.value = true