From 54449ac98e2312d605914ef3d6e66d3bed3c04d6 Mon Sep 17 00:00:00 2001 From: Sag Date: Wed, 24 Jul 2024 15:09:53 +0200 Subject: [PATCH] Fixed members list when scrolled down too quickly (#20654) ref https://linear.app/tryghost/issue/SLO-160 - in the Members list, we were using VerticalCollection with `@bufferSize` set to 20, which means that 20 additional items before and after the visible items in the viewport were pre-loaded - however, scrolling down too quickly (e.g. dragging the scrollbar thumb to the bottom) breaks the list - with this fix, we adjust `@estimateHeight` parameter to the correct item size, and reduce the `@bufferSize` --- ghost/admin/app/templates/members.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/templates/members.hbs b/ghost/admin/app/templates/members.hbs index 9bd9c98cdc..c2671358d6 100644 --- a/ghost/admin/app/templates/members.hbs +++ b/ghost/admin/app/templates/members.hbs @@ -143,7 +143,7 @@ {{/each}} - + {{#if member.is_loading}}