タグ D&D 時の表示位置修正 (#268) #400

マージ済み
みてるぞ が 8 個のコミットを feature/268 から main へマージ 2026-07-08 00:01:08 +09:00
コミット 29c385ed9f の変更だけを表示してゐます - すべてのコミットを表示
+4 -1
ファイルの表示
@@ -503,7 +503,10 @@ const TagDetailSidebar: FC<Props> = ({ className, post, sp }) => {
</ul> </ul>
</motion.div>)} </motion.div>)}
<DragOverlay adjustScale={false} modifiers={[snapCenterToCursor]}> <DragOverlay
adjustScale={false}
modifiers={[snapCenterToCursor]}
dropAnimation={animationMode === 'off' ? null : undefined}>
<div className="pointer-events-none"> <div className="pointer-events-none">
{activeTagDrag != null && (() => { {activeTagDrag != null && (() => {
const tag = findTag (tags, activeTagDrag.tagId) const tag = findTag (tags, activeTagDrag.tagId)