fix: 组件属性框直接输入值无法保存问题

This commit is contained in:
wangjiahao 2022-01-26 17:05:56 +08:00
parent e20e236391
commit 227e82969c

View File

@ -58,9 +58,7 @@ export default {
state.lastSaveSnapshotIndex = deepCopy(state.snapshotIndex)
},
recordStyleChange(state) {
if (state.curComponent) {
state.styleChangeTimes++
}
state.styleChangeTimes++
}
}
}