mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -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:
commit
fff8664219
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user