Garrett Johnson 5 سال پیش
والد
کامیت
327dc3efcd
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      src/base/traverseFunctions.js

+ 3 - 0
src/base/traverseFunctions.js

@@ -271,6 +271,9 @@ export function skipTraversal( tile, renderer ) {
 
 	}
 
+	// TODO: Also consider the case where when we zoom in and children haven't loaded yet.
+	// || ( ! meetsSSE && ! allChildrenHaveContent && loadedContent )
+
 	// If we've met the SSE requirements and we can load content then fire a fetch.
 	if ( meetsSSE && ! loadedContent && ! lruCache.isFull() && hasContent ) {