king
2022-10-20 e2afee71874538e31ed57032e3ad1bba1188ab4b
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})
      }