Skip to content

Commit

Permalink
feat: 스티커 내려가기 수정 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbeann committed Jan 19, 2024
1 parent 5962000 commit 2048211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Detail/components/LecueNoteListContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function LecueNoteListContainer(props: LecueNoteListContainerProps) {
setHeightFromBottom(fullHeight - stickerState.positionY);
}
}
}, [fullHeight, stickerState.positionY]);
}, [fullHeight, stickerState.positionY, scrollRef]);

useEffect(() => {
// state : 라우터 타고 온 스티커 값
Expand Down

0 comments on commit 2048211

Please sign in to comment.