From 36d85f852175b83d01e40b05975ef3e26f72315c Mon Sep 17 00:00:00 2001 From: Echo Date: Wed, 1 Apr 2026 16:02:00 +0200 Subject: [PATCH] Fix jump when loading more media gallery items (#38512) --- app/javascript/mastodon/features/account_gallery/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/mastodon/features/account_gallery/index.tsx b/app/javascript/mastodon/features/account_gallery/index.tsx index 2a69342a46..0a6eb1c1f1 100644 --- a/app/javascript/mastodon/features/account_gallery/index.tsx +++ b/app/javascript/mastodon/features/account_gallery/index.tsx @@ -225,7 +225,7 @@ export const AccountGallery: React.FC<{ alwaysPrepend append={accountId && } scrollKey='account_gallery' - showLoading={isLoading} + isLoading={isLoading} hasMore={!forceEmptyState && hasMore} onLoadMore={handleLoadMore} emptyMessage={emptyMessage}