From 9eca9b6f0d719c5cec9aa4294985ae63dffbda2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?=
<67428053+kakkokari-gtyih@users.noreply.github.com>
Date: Mon, 20 Jul 2026 17:58:07 +0900
Subject: [PATCH] =?UTF-8?q?fix(frontend):=20MkLightbox=E3=82=92=E4=B8=8A?=
=?UTF-8?q?=E4=B8=8B=E6=96=B9=E5=90=91=E3=81=AB=E3=82=B9=E3=83=AF=E3=82=A4?=
=?UTF-8?q?=E3=83=97=E3=81=97=E3=81=A6=E9=96=89=E3=81=98=E3=82=8B=E3=81=93?=
=?UTF-8?q?=E3=81=A8=E3=81=8C=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84=E3=81=93?=
=?UTF-8?q?=E3=81=A8=E3=81=8C=E3=81=82=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92?=
=?UTF-8?q?=E4=BF=AE=E6=AD=A3=20(#17740)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* fix(frontend): MkLightboxを上下方向にスワイプして閉じることができないことがある問題を修正
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* review fixes
---
.../src/components/MkLightbox.item.vue | 127 ++++++++++++++----
.../frontend/src/components/MkLightbox.vue | 12 +-
.../frontend/src/components/MkMediaImage.vue | 6 +-
.../frontend/src/components/MkMediaVideo.vue | 7 +-
4 files changed, 115 insertions(+), 37 deletions(-)
diff --git a/packages/frontend/src/components/MkLightbox.item.vue b/packages/frontend/src/components/MkLightbox.item.vue
index eb7f581019..5870652d25 100644
--- a/packages/frontend/src/components/MkLightbox.item.vue
+++ b/packages/frontend/src/components/MkLightbox.item.vue
@@ -127,7 +127,6 @@ SPDX-License-Identifier: AGPL-3.0-only