Fix: infinite call loadMore when height changes but not enough#73
Open
tianjianchn wants to merge 1 commit intoElemeFE:masterfrom
Open
Fix: infinite call loadMore when height changes but not enough#73tianjianchn wants to merge 1 commit intoElemeFE:masterfrom
tianjianchn wants to merge 1 commit intoElemeFE:masterfrom
Conversation
修复以下情况下会导致无限调用 loadMore 的情况: 1. 当调用 loadMore,产生新的高度变化,但是这个高度不够 infinite-scroll-distance 时,导致再次调用 loadMore 2. 当调用 loadMore 时,由于底部有加载动作条渲染,而实际上又没有新的数据(比如接口返回零行),导致无限调用 loadMore ElemeFE#35 ElemeFE#18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
修复以下情况下会导致无限调用 loadMore 的情况:
相关 Issue 参考: #35 #18
会产生以下副作用