From 015868f17f7e609dab38c034f5c091773047aef1 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: Thu, 23 Jul 2026 20:01:33 +0900 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E3=83=86=E3=82=B9=E3=83=88=E4=B8=AD?= =?UTF-8?q?=E3=80=91fix(frontend):=20=E7=94=BB=E5=83=8F=E3=81=AE=E4=B8=8A?= =?UTF-8?q?=E3=82=92=E3=82=BF=E3=83=83=E3=83=97=E3=81=97=E3=81=9F=E7=8A=B6?= =?UTF-8?q?=E6=85=8B=E3=81=A7Pull=20to=20Refresh=E3=82=92=E8=A1=8C?= =?UTF-8?q?=E3=81=86=E3=81=A8=E7=94=BB=E5=83=8F=E3=82=82=E9=96=8B=E3=81=8B?= =?UTF-8?q?=E3=82=8C=E3=81=A6=E3=81=97=E3=81=BE=E3=81=86=E5=95=8F=E9=A1=8C?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3=20(#17784)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(frontend): 画像の上をタップした状態でPull to Refreshを行うと画像も開かれてしまう問題を修正 * attempt to fix * revert * revert --- packages/frontend/src/components/MkMediaImage.vue | 6 +++--- packages/frontend/src/components/MkMediaVideo.vue | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/frontend/src/components/MkMediaImage.vue b/packages/frontend/src/components/MkMediaImage.vue index abc3b401bc..85f6939833 100644 --- a/packages/frontend/src/components/MkMediaImage.vue +++ b/packages/frontend/src/components/MkMediaImage.vue @@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0-only --> diff --git a/packages/frontend/src/components/MkMediaVideo.vue b/packages/frontend/src/components/MkMediaVideo.vue index ca4cdb794d..9ca36a8e04 100644 --- a/packages/frontend/src/components/MkMediaVideo.vue +++ b/packages/frontend/src/components/MkMediaVideo.vue @@ -21,7 +21,7 @@ SPDX-License-Identifier: AGPL-3.0-only -
+
- - + +