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)) { @@ -50,6 +50,9 @@ _class = 'swiper swiper-' + card.color show = 'button' } if (card.hidden === 'true') { _class += ' mk-hidden' } let warning = null if (card.OpenType === 'innerpage' && !card.pageTemplate) { warning = <WarningOutlined style={{color: 'orange', marginLeft: '5px'}}/>