Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 2cf24c1

Browse files
committed
double scrollback window on roomview
1 parent d567b3b commit 2cf24c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/ScrollPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var DEBUG_SCROLL = false;
2525

2626
// The amount of extra scroll distance to allow prior to unfilling.
2727
// See _getExcessHeight.
28-
const UNPAGINATION_PADDING = 1500;
28+
const UNPAGINATION_PADDING = 3000;
2929
// The number of milliseconds to debounce calls to onUnfillRequest, to prevent
3030
// many scroll events causing many unfilling requests.
3131
const UNFILL_REQUEST_DEBOUNCE_MS = 200;

0 commit comments

Comments
 (0)