feature/ysCha #23

Closed
ysCha wants to merge 259 commits from feature/ysCha into main
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 91ccfcb20e - Show all commits

View File

@ -91,6 +91,9 @@ export default function BasicSetting({ id, pos = { x: 50, y: 230 } }) {
return { return {
...roof, ...roof,
...roofsStore[index]?.addRoof, ...roofsStore[index]?.addRoof,
construction: roofsStore[index]?.construction,
trestle: roofsStore[index]?.trestle,
trestleDetail: roofsStore[index]?.trestleDetail,
} }
}), }),
) )

View File

@ -263,7 +263,6 @@ const Trestle = forwardRef((props, ref) => {
}) })
setRoofs(newAddedRoofs) setRoofs(newAddedRoofs)
setSelectedRoof(newAddedRoofs[index]) setSelectedRoof(newAddedRoofs[index])
console.log(newAddedRoofs)
} }
const isComplete = async () => { const isComplete = async () => {