[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:
Echo 2026-04-01 16:02:00 +02:00 committed by Claire
parent 3264c285dc
commit f403449c68

View File

@ -233,7 +233,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}