Skip to content

Commit

Permalink
.openFolder() - return progress indication (#5306)
Browse files Browse the repository at this point in the history
  • Loading branch information
lakesare authored Jul 3, 2024
1 parent 514e924 commit d1c1fef
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,9 @@ export default class ProviderView<M extends Meta, B extends Body> {
currentPagePath = nextPagePath
currentItems = currentItems.concat(items)
this.setLoading(
this.plugin.uppy.i18n('loadedXFiles', { numFiles: items.length }),
this.plugin.uppy.i18n('loadedXFiles', {
numFiles: currentItems.length,
}),
)
} while (this.opts.loadAllFiles && currentPagePath)

Expand Down

0 comments on commit d1c1fef

Please sign in to comment.