mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 10:57:36 -02:30
Removes restriction on scrolling for output fewer than 50 lines
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