Browse Source

fix(nc-gui): removed unwanted log

pull/6286/head
reenphygeorge 1 year ago
parent
commit
cf12ed1e10
  1. 1
      packages/nc-gui/components/cell/attachment/index.vue

1
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

Loading…
Cancel
Save