king
2022-09-15 20fda7434c88eae3237399a008f6ae0db50d0eab
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)