skip unneeded check

This commit is contained in:
Barbara Miller 2019-11-05 16:20:24 -08:00
parent 37e1c7ed55
commit 45ffce19ec

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);