권혁성 33f763b48f fix: [검사문서] bending 개소별 저장 fallback 조건 수정
- isBending이지만 bendingProducts가 없는 경우에도 기존 개소별 저장 동작하도록 조건 변경
- Before: if (!isBending) → 절곡이면 무조건 skip
- After: if (!isBending || bendingProducts.length === 0) → 구성품 없으면 개소별 fallback
2026-02-27 23:18:02 +09:00
2025-12-29 16:46:55 +09:00
2026-02-23 16:46:08 +09:00

The file is empty.
Description
No description provided
Readme 68 MiB
Languages
TypeScript 99.6%
CSS 0.2%
JavaScript 0.1%