forked from treehouse/mastodon
b0664a5e6c
onScrollToBottom was a function to run instead of onScrollToTop and onScroll when scrolling to the bottom. The behavior to prevent onScrollToTop was inconvenient because the viewport can be at the bottom and at the top at the same time if the viewport is larger than the container. onScrollToBottom was also called when the button to load more is clicked on contray to the name suggests, which led notifications and status_list_container components to mark the scrolled location is not at the top mistakenly. onLoadMore is a replacement for onScrollToBottom. It will be called independently from onScrollToTop and onScroll. |
||
---|---|---|
.. | ||
bundle_container.js | ||
columns_area_container.js | ||
loading_bar_container.js | ||
modal_container.js | ||
notifications_container.js | ||
status_list_container.js |