diff --git a/content/apply.js b/content/apply.js index 0047780b..8d1ee11c 100644 --- a/content/apply.js +++ b/content/apply.js @@ -456,7 +456,7 @@ prevExpected = next; } else if ( next === el || - next === el.previousElementSibling || + next === el.previousElementSibling && next || moveAfter(el, next || prevExpected)) { prevExpected = el; break;