forked from github/dataease
fix: 组件属性框直接输入值无法保存问题
This commit is contained in:
parent
c3288373d1
commit
e47443adef
@ -58,9 +58,7 @@ export default {
|
|||||||
state.lastSaveSnapshotIndex = deepCopy(state.snapshotIndex)
|
state.lastSaveSnapshotIndex = deepCopy(state.snapshotIndex)
|
||||||
},
|
},
|
||||||
recordStyleChange(state) {
|
recordStyleChange(state) {
|
||||||
if (state.curComponent) {
|
state.styleChangeTimes++
|
||||||
state.styleChangeTimes++
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user