@@ -33,5 +33,6 @@
delete window._singleFile_getBoundingClientRect;
}
dispatchEvent(new UIEvent("resize"));
+ dispatchEvent(new UIEvent("scroll"));
})();
@@ -42,6 +42,7 @@
return boundingRect;
};
dispatchEvent(new CustomEvent(LOAD_OBSERVED_ELEMENTS_EVENT));