refactor(仪表板): 修复部分批量修改样式未保存退出后被还原问题

This commit is contained in:
wangjiahao 2024-07-25 17:36:08 +08:00
parent 70555e0354
commit f348234c25

View File

@ -130,6 +130,7 @@ const batchOptChange = (custom, property, value, subProp?) => {
value: value,
subProp: subProp
})
snapshotStore.recordSnapshotCache('renderChart')
}
const onStyleAttrChange = params => {