fix group mask image

This commit is contained in:
hamid zarghami
2026-01-04 15:25:21 +03:30
parent 19258395a0
commit bbf7167993
3 changed files with 45 additions and 18 deletions
@@ -56,7 +56,7 @@ const MaskSettings = ({ objectId }: MaskSettingsProps) => {
return (
<div className={clx(
"p-4 border-b space-y-4",
!canBeMask && "hidden"
!canBeMask && "border-b-0 p-0"
)}>
{/* Section 1: Convert shape to mask (only for shapes) */}
{canBeMask && (