Merge pull request #11181 from dataease/pr@dev-v2@fix_batch-style

refactor(仪表板): 修复部分批量修改样式未保存退出后被还原问题
This commit is contained in:
王嘉豪
2024-07-25 17:38:49 +08:00
committed by GitHub

View File

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