king
2020-11-02 880a41a2135d944169d94028f19344ca66b673a0
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)
        }
      }