このコミットが含まれているのは:
2026-07-07 23:41:21 +09:00
コミット 29c385ed9f
+4 -1
ファイルの表示
@@ -503,7 +503,10 @@ const TagDetailSidebar: FC<Props> = ({ className, post, sp }) => {
</ul>
</motion.div>)}
<DragOverlay adjustScale={false} modifiers={[snapCenterToCursor]}>
<DragOverlay
adjustScale={false}
modifiers={[snapCenterToCursor]}
dropAnimation={animationMode === 'off' ? null : undefined}>
<div className="pointer-events-none">
{activeTagDrag != null && (() => {
const tag = findTag (tags, activeTagDrag.tagId)