-
Notifications
You must be signed in to change notification settings - Fork 3
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/#76] 글감, 필명 드롭다운 퍼블리싱 #86
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.
LGTM
|
||
// 이벤트 지워주기 | ||
return () => { | ||
document.removeEventListener('click', handleClickOutside); |
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.
p5) 요런 것도 있군요,, 배워갑니다🤩
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.
lgtm~....🙏
const useClickOutside = (ref: React.RefObject<HTMLElement>, callback: () => void) => { | ||
useEffect(() => { | ||
const handleClickOutside = (event: MouseEvent) => { | ||
// 드롭다운이 열려있고, 드롭다운 외부가 클릭됐을 경우 |
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.
p5) 주석왕 윤서진...진짜 나도 습관들이고싶다
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.
LGTM
✨ 해당 이슈 번호 ✨
closes #76
todo
📌 내가 알게 된 부분
📌 질문할 부분
📌스크린샷(선택)
2024-01-14.8.53.56.mov
## 문제저 영역을 눌러도 드롭다운이 닫히는 이슈가 있습니다.... 공사중 ..-> 해결 완료
2024-01-14.8.54.32.mov
새로운 문제
아래 화살표를 정확하게 클릭하면 드롭다운이 안 열려요 .. 공사중 ..