src/menu/components/card/cardcellcomponent/index.jsx
@@ -99,9 +99,7 @@ if (cardCell.uuid !== parentId) return const { elements } = this.state let _elements = elements.map(item => { let _elements = this.state.elements.map(item => { if (keys.includes(item.uuid)) { return this.resetCardStyle(item, {...item.style, ...style}) }