From 29c385ed9f9041ded31c19f34f2bbf525d860b86 Mon Sep 17 00:00:00 2001 From: miteruzo Date: Tue, 7 Jul 2026 23:41:21 +0900 Subject: [PATCH] #268 --- frontend/src/components/TagDetailSidebar.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/TagDetailSidebar.tsx b/frontend/src/components/TagDetailSidebar.tsx index 45464dd..63fbfd2 100644 --- a/frontend/src/components/TagDetailSidebar.tsx +++ b/frontend/src/components/TagDetailSidebar.tsx @@ -503,7 +503,10 @@ const TagDetailSidebar: FC = ({ className, post, sp }) => { )} - +
{activeTagDrag != null && (() => { const tag = findTag (tags, activeTagDrag.tagId)