Files
docmost/apps/client/src
Philipinho cac4774641 fix(base): stop runaway pagination loop caused by browser scroll anchoring
Browser overflow-anchor silently bumped scrollTop by one page's worth
of pixels every time a new page of rows committed — anchoring on the
AddRowButton that sits below paddingBottom. This kept the near-bottom
threshold satisfied and re-fired onFetchNextPage indefinitely, even
after the user released the scrollbar. Disabling scroll anchoring on
the grid scroll container stops the browser from adjusting scrollTop
in response to content growth.
2026-04-19 02:05:30 +01:00
..
2024-01-09 18:58:26 +01:00
2026-04-13 23:54:03 +01:00
2026-04-14 17:56:36 +01:00
2026-04-12 22:06:25 +01:00
2026-04-17 13:48:49 +01:00
2026-04-17 13:48:49 +01:00
2026-03-01 18:37:39 +00:00
2024-09-01 17:30:34 +01:00