[Glitch] Fix jump when loading more media gallery items
Port 36d85f852175b83d01e40b05975ef3e26f72315c to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
3264c285dc
commit
f403449c68
@ -233,7 +233,7 @@ export const AccountGallery: React.FC<{
|
|||||||
alwaysPrepend
|
alwaysPrepend
|
||||||
append={accountId && <RemoteHint accountId={accountId} />}
|
append={accountId && <RemoteHint accountId={accountId} />}
|
||||||
scrollKey='account_gallery'
|
scrollKey='account_gallery'
|
||||||
showLoading={isLoading}
|
isLoading={isLoading}
|
||||||
hasMore={!forceEmptyState && hasMore}
|
hasMore={!forceEmptyState && hasMore}
|
||||||
onLoadMore={handleLoadMore}
|
onLoadMore={handleLoadMore}
|
||||||
emptyMessage={emptyMessage}
|
emptyMessage={emptyMessage}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user