Browse Source

chore(gui-v2): remove logs

pull/2972/head
braks 2 years ago
parent
commit
f83cb9a127
  1. 2
      packages/nc-gui-v2/components/cell/attachment/sort.ts

2
packages/nc-gui-v2/components/cell/attachment/sort.ts

@ -28,8 +28,6 @@ export function useSortable(
const { newIndex = 0, oldIndex = 0 } = evt
console.log(newIndex, oldIndex)
if (newIndex === oldIndex) return
_items.splice(newIndex, 0, ..._items.splice(oldIndex, 1))

Loading…
Cancel
Save