king
2022-08-02 8d66ff34fae5b048a6b7923cc75d34f13a08be9d
src/menu/components/form/dragtitle/card.jsx
@@ -33,7 +33,7 @@
      }
    }
  })
  const opacity = isDragging ? 0 : 1
  const opacity = isDragging ? 0.5 : 1
  const close = () => {
    closeCard(id)
@@ -43,7 +43,7 @@
    selectCard(id)
  }
  const getForms = () =>{
  const getForms = () => {
    return getForm(card)
  }