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