Fix lightbox mock test

This commit is contained in:
Fedor Indutny
2025-08-05 13:37:47 -07:00
committed by GitHub
parent f80aef0ba4
commit 98ba28d726
6 changed files with 69 additions and 63 deletions

View File

@@ -232,6 +232,7 @@ export function Image({
className={classNames(
'module-image',
className,
attachment.path ? 'module-image--loaded' : null,
!noBackground ? 'module-image--with-background' : null,
cropWidth || cropHeight ? 'module-image--cropped' : null
)}