페이지네이션 onScroll 관련 질문 #624
Answered
by
woohm402
HyungGeun-Cho
asked this question in
Q&A
-
요약페이지네이션 구현 중 commentsList에서 스크롤을 했을 때 onScroll이 작동되지 않습니다. 상황페이지네이션 구현 중 commentsList에서 스크롤을 했을 때 onScroll이 작동되지 않습니다. 문제 내용다음은 댓글 리스트 ref와 onScroll 시 작동되는 handleScroll 함수입니다.
다음은 jsx 안에서 구현한 댓글 리스트 ul 코드 입니다.
다음은 댓글 리스트 ul에 대한 css 코드입니다.
scroll이 감지되었다면, 최소 onScroll을 통해 handleScroll 함수가 콜 되어 콘솔창에 문구를 나타내야 할 텐데, |
Beta Was this translation helpful? Give feedback.
Answered by
woohm402
Nov 3, 2021
Replies: 1 comment 5 replies
-
일단 혹시 css 에서는 |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
woohm402
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
일단 혹시 css 에서는
.InfoPageComments
라는 이름으로 선택했고 jsx에서는 className이CommentsList
로 되어 있는 것 같은데 👀 실제 코드에는 잘 적용되어 있는 건가요?