Fix 전체 페이지 수가 페이지를 이동하는 링크 수보다 적을 때 일부 페이지 번호가 표시되지 않는 문제를 수정 #2368
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
게시판에서 페이지를 이동하는 링크 수(pagination 의 링크수)가 10일 경우 전체 페이지가 10 보다 작거나 같은 경우 일부 페이지 번호가 표시되지 않습니다.
예를 들어, 링크 수가 10이고 전체 페이지가 10일 경우에 7번째 링크에서 링크의 시작 번호가 2입니다.
10번째 링크의 경우에는 링크의 시작 번호가 5가 되면서 전체 pagination 의 길이가 6으로 줄어듭니다.
해당 오류를 수정했습니다.