From 884b58607ba89fa5f5449fe53cc9cc38b452deba Mon Sep 17 00:00:00 2001 From: miteruzo Date: Thu, 17 Jul 2025 06:21:05 +0900 Subject: [PATCH] #77 --- frontend/src/pages/tags/NicoTagListPage.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/tags/NicoTagListPage.tsx b/frontend/src/pages/tags/NicoTagListPage.tsx index b9959d8..a178a71 100644 --- a/frontend/src/pages/tags/NicoTagListPage.tsx +++ b/frontend/src/pages/tags/NicoTagListPage.tsx @@ -124,7 +124,10 @@ export default ({ user }: Props) => { {memberFlg && ( - handleEdit (tag.id)}> + { + ev.preventDefault () + handleEdit (tag.id) + }}> {editing[tag.id] ? 更新 : 編輯}