Smooth window animations and bay caps

This commit is contained in:
sudhir
2026-05-07 16:20:22 +05:30
parent 8f6a8fbe8b
commit d2d714ba68
3 changed files with 266 additions and 131 deletions
@@ -467,6 +467,7 @@ export function WindowPanel() {
...(rectangleOnlyWindowTypes.has(option.value)
? { openingShape: 'rectangle' }
: {}),
...(option.value === 'bay' || option.value === 'bow' ? { sill: false } : {}),
})
}
type="button"