처마/케라바 변경 탭 변경시 버튼 값 초기화

This commit is contained in:
hyojun.choi 2025-12-18 10:12:34 +09:00
parent 86d595ef52
commit f345b0dbbe

View File

@ -116,6 +116,7 @@ export function useEavesGableEdit(id) {
useEffect(() => { useEffect(() => {
typeRef.current = type typeRef.current = type
radioTypeRef.current = '1'
}, [type]) }, [type])
const mouseOverEvent = (e) => { const mouseOverEvent = (e) => {