king
2020-11-03 37a134bd23ec4b227a0e010b08a1a89c2bbaaa0d
src/menu/menushell/card.jsx
@@ -29,7 +29,6 @@
      } else if (draggedId && floor === card.floor) {
        if (draggedId !== id) {
          const { index: overIndex } = findCard(id)
          console.log(item)
          moveCard(draggedId, overIndex)
        }
      }