-
+
+ {currentItem.filename || "Attachment preview"}
+
+
+
+
+
+
{currentItem.filename || "Attachment"}
+ {hasMultiple && (
+
+ {safeIndex + 1} / {itemCount}
+
+ )}
+
+
+
+
- {/* Image container */}
-
- {currentItem.kind === "video" ? (
-
- ) : currentItem.kind === "motion" ? (
-
{
+ if (event.target === event.currentTarget) {
+ handleClose();
+ }
+ }}
+ >
+ event.stopPropagation()}>
+ {currentItem.kind === "video" ? (
+
+ ) : currentItem.kind === "motion" ? (
+
+ ) : (
+

+ )}
+
+
+
+ {hasMultiple && sm && (
+ <>
+
}
/>
- ) : (
-

}
/>
- )}
-
+ >
+ )}
+
+ {hasMultiple && !sm && (
+
- Attachment preview dialog. Press Escape to close or click outside the media.
+ Attachment preview dialog. Press Escape to close and use left or right arrow keys to switch items.