From 97f7659bacd8a470a33ebc16bc5a0669f20c9237 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, 16 Feb 2026 19:56:48 +0900 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=E3=82=A6=E3=82=A3=E3=82=B8?= =?UTF-8?q?=E3=82=A7=E3=83=83=E3=83=88=E3=81=AE=E8=A1=A8=E7=A4=BA=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E3=81=8C=E3=81=8A=E3=81=8B=E3=81=97=E3=81=8F=E3=81=AA?= =?UTF-8?q?=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3=20(#1717?= =?UTF-8?q?5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(frontend): ウィジェットの表示更新がおかしくなる問題を修正 * fix: keyがついていない箇所全てを修正 * Revert "fix: keyがついていない箇所全てを修正" This reverts commit 7f4d90feea7cb0ece62bf65f8401bb0b72ded899. * Revert "fix(frontend): ウィジェットの表示更新がおかしくなる問題を修正" This reverts commit 38a000c904458bda6c80a36ac83f76f7202661c9. * fix --- packages/frontend/src/components/MkDraggable.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/frontend/src/components/MkDraggable.vue b/packages/frontend/src/components/MkDraggable.vue index 7075306dd4..07fa1045b9 100644 --- a/packages/frontend/src/components/MkDraggable.vue +++ b/packages/frontend/src/components/MkDraggable.vue @@ -24,7 +24,7 @@ SPDX-License-Identifier: AGPL-3.0-only
-
+