Removes restriction on scrolling for output fewer than 50 lines

This commit is contained in:
mabashian 2019-10-07 14:53:53 -04:00
parent 52b145dbf6
commit 8acd4376d9

View File

@ -230,8 +230,7 @@ function canStartFollowing () {
}
if (followOnce && // one-time activation from top of first page
scroll.isBeyondUpperThreshold() &&
slide.getTailCounter() - slide.getHeadCounter() >= OUTPUT_PAGE_SIZE) {
scroll.isBeyondUpperThreshold()) {
followOnce = false;
return true;