king
2022-07-26 1e3e316b0d64a04fade0a006bec78475dddc06bd
src/menu/components/share/actioncomponent/dragaction/card.jsx
@@ -28,7 +28,7 @@
      moveCard(draggedId, overIndex)
    },
  })
  const opacity = isDragging ? 0 : 1
  const opacity = isDragging ? 0.5 : 1
  let hasProfile = false
  if (['pop', 'prompt', 'exec'].includes(card.OpenType)) {