-
Notifications
You must be signed in to change notification settings - Fork 6
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
[FE] Refactor/#513 지도 생성 및 핀 생성 페이지 지도 위치 조정 #514
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
마커 초기화랑 지도 위치 반전된거 확인했습니다~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
먼저 설명해주셔서 코드 이해 아주 수월하게 되었습니다~!
바로 approve 합니다 굿~!
if ($isAddPage) return 'column'; | ||
if ($layoutWidth === '372px') return 'column-reverse'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
모두 하단으로 배치 시켰군요 굿 !
if (!topicId && markers && markers.length > 0) { | ||
removeMarkers(); | ||
removeInfowindows(); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 코드가 방금 말씀하신 핀 생성하기 갔을 때 핀 찍혀있는거 초기화 하는 부분이군요 ! 굿~!
if (!pulledPinIds && markers && markers.length > 0) { | ||
removeMarkers(); | ||
removeInfowindows(); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same thing~
작업 대상
📄 작업 내용
🙋🏻 주의 사항
스크린샷
📎 관련 이슈
close #513
레퍼런스