king
2021-01-07 0da0262bc236cfce928429fc4c48e1666eab3402
src/menu/pastecontroller/index.jsx
@@ -53,6 +53,11 @@
          return cell
        })
      })
    } else if (item.type === 'group') {
      item.components = item.components.forEach(cell => {
        cell = this.resetconfig(cell, item, true)
        return cell
      })
    } else if (item.type === 'card' || (item.type === 'table' && item.subtype === 'tablecard')) {
      item.subcards.forEach(card => {
        card.uuid = Utils.getuuid()