fix group mask image
This commit is contained in:
@@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user