src/templates/sharecomponent/searchcomponent/dragsearch/index.jsx
@@ -123,7 +123,13 @@ targetId = cards[cards.length - 1].uuid } const { index: overIndex } = findCard(`${targetId}`) const { index: overIndex, card } = findCard(`${targetId}`) if (card) { newcard.ratio = card.ratio || 6 newcard.labelwidth = card.labelwidth || 33.3 } const _cards = update(cards, { $splice: [[overIndex + 1, 0, newcard]] }) handleList(_cards, newcard)