Browse Source

chore(nc-gui): remove console.log

pull/5269/head
Wing-Kam Wong 2 years ago
parent
commit
58b87118dc
  1. 1
      packages/nc-gui/components/smartsheet/toolbar/SortListMenu.vue

1
packages/nc-gui/components/smartsheet/toolbar/SortListMenu.vue

@ -30,7 +30,6 @@ const removeIcon = ref<HTMLElement>()
const addSort = () => {
_addSort()
nextTick(() => {
console.log(removeIcon.value)
removeIcon.value?.[removeIcon.value?.length - 1]?.$el?.scrollIntoView()
})
}

Loading…
Cancel
Save