Skip to content

Commit

Permalink
Fix #924
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Jan 14, 2025
1 parent 2e554f3 commit 81bc311
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/base/TilesRendererBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -621,11 +621,10 @@ export class TilesRendererBase {
const addedSuccessfully = lruCache.add( tile, t => {

// Stop the load if it's started
if ( t.__loadingState === LOADING ) {

controller.abort();
controller.abort();

} else if ( isExternalTileSet ) {
// Clear out all tile content
if ( isExternalTileSet ) {

t.children.length = 0;

Expand Down

0 comments on commit 81bc311

Please sign in to comment.