Merge remote-tracking branch 'origin/dev' into feature/ysCha

# Conflicts:
#	src/components/floor-plan/modal/basic/step/Trestle.jsx
This commit is contained in:
ysCha 2025-09-25 11:13:47 +09:00
commit e94b703e6c

View File

@ -21,6 +21,7 @@ const Trestle = forwardRef((props, ref) => {
const [isAutoSelecting, setIsAutoSelecting] = useState(false) //
const [autoSelectTimeout, setAutoSelectTimeout] = useState(null) //
const autoSelectTimeoutRef = useRef(null)
// ()
const AUTO_SELECT_TIMEOUT = 700 // API
const {
@ -466,7 +467,8 @@ const Trestle = forwardRef((props, ref) => {
...selectedConstMthd,
...selectedRoofBase,
},
construction: {//data.constTp === trestleState.constTp
construction: {
//...constructionList.find((data) => newAddedRoofs[index].construction.constTp === data.constTp),
...constructionList.find((data) => trestleState.constTp === data.constTp),
cvrYn,
snowGdPossYn,