fix(数据大屏): 数据大屏键盘移动组件移动后没有触发保存的问题 #7695

This commit is contained in:
wangjiahao 2024-01-19 17:40:27 +08:00
parent 9275c7e352
commit 671dd498a1

View File

@ -180,6 +180,7 @@ function move(keyCode) {
} else if (keyCode === downKey) {
curComponent.value.style.top = ++curComponent.value.style.top
}
snapshotStore.recordSnapshotCache('key-move')
}
}