방향설정 추가

This commit is contained in:
hyojun.choi 2025-02-08 21:20:54 +09:00
parent b9b9d2ab3b
commit 74e0c26a16

View File

@ -108,6 +108,7 @@ export default function BasicSetting({ id, pos = { x: 50, y: 230 } }) {
.some((obj) => obj.modules?.length > 0) .some((obj) => obj.modules?.length > 0)
if (hasModules) { if (hasModules) {
orientationRef.current.handleNextStep()
setTabNum(3) setTabNum(3)
} }
}, []) }, [])