Garrett Johnson %!s(int64=5) %!d(string=hai) anos
pai
achega
327dc3efcd
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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 ) {