地图编辑移动最大最小值校验

This commit is contained in:
yyy 2025-02-28 09:13:50 +08:00
parent 7e035512fe
commit 9af2e7382c

View File

@ -1444,9 +1444,9 @@ const pasteNode = () => {
} }
// //
const moveFormSubmit = async () => { const moveFormSubmit = async () => {
// state.allMapPointInfo[state.currentItemIndex].locationX = Number(state.moveForm.locationX) state.allMapPointInfo[state.currentItemIndex].locationX = Number(state.moveForm.locationX)
// state.allMapPointInfo[state.currentItemIndex].locationY = Number(state.moveForm.locationY) state.allMapPointInfo[state.currentItemIndex].locationY = Number(state.moveForm.locationY)
// addEditHistory() addEditHistory()
} }
// //
const rotationFormSubmit = () => { const rotationFormSubmit = () => {