- 관련 상품
- 2026년 3월 11일 오후 9:40 UTC
- 이름 *
- kamo
- 뚱 베어
- 9e16610
- flyToHomeRow: compute per-follower actual dx extents to derive rightBuffer/leftBuffer independently, placing anchor correctly to prevent ring followers from colliding with adjacent home-row heads (was leaving only 19px gap vs 77px required) - resolveCollisions: include undocked group followers as read-only obstacles so free heads and other units can no longer be placed on top of follower positions - onMakeRoom / onWrapAroundDock / swarm path: replace double-rAF (~33ms) with setTimeout(350ms) so collision resolution fires after ToolWindowShell 300ms CSS left transition completes at its final position (previously heads were repositioned mid-slide and then buried under the window) - flyToHomeRow safety pass: changed from double-rAF to setTimeout(400ms)