mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Removes restriction on scrolling for output fewer than 50 lines
This commit is contained in:
parent
52b145dbf6
commit
8acd4376d9
@ -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