The image grid wraps onto multiple rows, so picking the insertion target by Y-axis alone meant horizontal moves within a row didn't register. Add a 'grid' orientation that checks Y for row, then X for column position within the row. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>