Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] dnd 충돌 알고리즘 수정 #934

Merged
merged 1 commit into from
Jan 8, 2025
Merged

Conversation

dmdgpdi
Copy link
Collaborator

@dmdgpdi dmdgpdi commented Jan 8, 2025

  • Close #ISSUE_NUMBER

What is this PR? 🔍

Changes 📝

드래그 앤 드랍 충돌 알고리즘을 변경했습니다.
이전의 pointerWithin은 마우스의 위치만 추적하느라, 아래의 gif처럼 쭉 아래로 땡겼을 때 아래로 정렬이 아닌 원래 자리로 돌아갔습니다.
그리고 closestCenter는 쭉 아래로 땡겼을 때 아래로 이동할 수 있었지만 북마크를 폴더로 이동할 수 없었습니다.
따라서 �drop이 가능한 영역에서는 pointerWithin 으로 세밀하게 조정이 되고 그렇지 않은 경우에는 closestCenter로 자연스러운 동작이 구현되게 하였습니다.

ScreenShot 📷

Before After
before after

Precaution

@dmdgpdi dmdgpdi added feat 기능 frontend 프론트 관련 D-1 labels Jan 8, 2025
@dmdgpdi dmdgpdi self-assigned this Jan 8, 2025
@dmdgpdi dmdgpdi merged commit bfdf15c into fe-develop Jan 8, 2025
1 check passed
@dmdgpdi dmdgpdi deleted the front/feat/#827 branch January 8, 2025 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-1 feat 기능 frontend 프론트 관련
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant