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

Commit

Permalink
double scrollback window on roomview
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Feb 2, 2017
1 parent d567b3b commit 2cf24c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/structures/ScrollPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var DEBUG_SCROLL = false;

// The amount of extra scroll distance to allow prior to unfilling.
// See _getExcessHeight.
const UNPAGINATION_PADDING = 1500;
const UNPAGINATION_PADDING = 3000;
// The number of milliseconds to debounce calls to onUnfillRequest, to prevent
// many scroll events causing many unfilling requests.
const UNFILL_REQUEST_DEBOUNCE_MS = 200;
Expand Down

0 comments on commit 2cf24c1

Please sign in to comment.