Jelajahi Sumber

made first scroll synchronous

Gildas 7 tahun lalu
induk
melakukan
aa7d1c33fe
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      lib/single-file/lazy-loader-after.js

+ 1 - 1
lib/single-file/lazy-loader-after.js

@@ -24,7 +24,7 @@
 
 	Element.prototype.getBoundingClientRect = window._singleFile_getBoundingClientRect;
 	delete window._singleFile_getBoundingClientRect;
-	requestAnimationFrame(() => scrollBy(0, 1));
+	scrollBy(0, 1);
 	requestAnimationFrame(() => scrollBy(0, -1));
 
 })();