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)) {