mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
Merge pull request #4941 from mabashian/3727-output-scroll
Removes restriction on scrolling for output fewer than 50 lines Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -230,8 +230,7 @@ function canStartFollowing () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (followOnce && // one-time activation from top of first page
|
if (followOnce && // one-time activation from top of first page
|
||||||
scroll.isBeyondUpperThreshold() &&
|
scroll.isBeyondUpperThreshold()) {
|
||||||
slide.getTailCounter() - slide.getHeadCounter() >= OUTPUT_PAGE_SIZE) {
|
|
||||||
followOnce = false;
|
followOnce = false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user