Merge branch 'ARI-5995-min' into qa

This commit is contained in:
Barbara Miller 2019-11-05 16:20:55 -08:00
commit aa8010e93f

View File

@ -110,12 +110,6 @@ class UmbraBehavior {
}
}
if (didSomething && limit && limit === i+1) {
this.nextAction();
break;
}
}
if (!didSomething) {
if (somethingLeftAbove) {
window.scrollBy(0, -500);