From 8d501668d03f1ea8ab45a3be7efcb6238566a2d3 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 7 Mar 2023 12:58:43 +0800 Subject: [PATCH] =?UTF-8?q?Weird=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/media-modal.jsx | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/src/components/media-modal.jsx b/src/components/media-modal.jsx index 0cf99387..d79d7388 100644 --- a/src/components/media-modal.jsx +++ b/src/components/media-modal.jsx @@ -250,31 +250,6 @@ function MediaModal({ )} - {!!showMediaAlt && ( - { - if (e.target === e.currentTarget) { - setShowMediaAlt(false); - } - }} - > -
-
-

Media description

-
-
-

- {showMediaAlt} -

-
-
-
- )} ); }