From a077de3624ce6faab4856852f3febe39e353e089 Mon Sep 17 00:00:00 2001 From: tophf Date: Wed, 16 Aug 2017 14:06:06 +0300 Subject: [PATCH] fixup! --- content/apply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apply.js b/content/apply.js index fbc76aa8..155458f5 100644 --- a/content/apply.js +++ b/content/apply.js @@ -314,8 +314,8 @@ function initDocRootObserver() { for (const el of styleElements.values()) { if (el.previousElementSibling !== expectedPrevSibling) { ROOT.insertBefore(el, expectedPrevSibling.nextSibling); - expectedPrevSibling = el; } + expectedPrevSibling = el; } if (document.body) { docRootObserver = null;