mirror of
https://github.com/mastodon/mastodon.git
synced 2026-04-25 07:56:08 -05:00
Fix jump when loading more media gallery items (#38512)
This commit is contained in:
parent
e8f4896b08
commit
36d85f8521
|
|
@ -225,7 +225,7 @@ export const AccountGallery: React.FC<{
|
|||
alwaysPrepend
|
||||
append={accountId && <RemoteHint accountId={accountId} />}
|
||||
scrollKey='account_gallery'
|
||||
showLoading={isLoading}
|
||||
isLoading={isLoading}
|
||||
hasMore={!forceEmptyState && hasMore}
|
||||
onLoadMore={handleLoadMore}
|
||||
emptyMessage={emptyMessage}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user