From f403449c68ffe1397fd6705a5ad1623411501aaf Mon Sep 17 00:00:00 2001 From: Echo Date: Wed, 1 Apr 2026 16:02:00 +0200 Subject: [PATCH] [Glitch] Fix jump when loading more media gallery items Port 36d85f852175b83d01e40b05975ef3e26f72315c to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/features/account_gallery/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/features/account_gallery/index.tsx b/app/javascript/flavours/glitch/features/account_gallery/index.tsx index ea449deed2..51ee7d6df4 100644 --- a/app/javascript/flavours/glitch/features/account_gallery/index.tsx +++ b/app/javascript/flavours/glitch/features/account_gallery/index.tsx @@ -233,7 +233,7 @@ export const AccountGallery: React.FC<{ alwaysPrepend append={accountId && } scrollKey='account_gallery' - showLoading={isLoading} + isLoading={isLoading} hasMore={!forceEmptyState && hasMore} onLoadMore={handleLoadMore} emptyMessage={emptyMessage}