fix(数据大屏): 数据大屏键盘移动组件移动后没有触发保存的问题 #7695
This commit is contained in:
parent
9275c7e352
commit
671dd498a1
@ -180,6 +180,7 @@ function move(keyCode) {
|
||||
} else if (keyCode === downKey) {
|
||||
curComponent.value.style.top = ++curComponent.value.style.top
|
||||
}
|
||||
snapshotStore.recordSnapshotCache('key-move')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user