diff --git a/src/views/Drive.vue b/src/views/Drive.vue index bbe4039d..b7c80ab8 100644 --- a/src/views/Drive.vue +++ b/src/views/Drive.vue @@ -2353,9 +2353,10 @@ module.exports = { target.getLatest(this.context.network).thenApply(updatedTarget => { fileTreeNode.copyTo(updatedTarget, that.context).thenApply(function () { that.updateUsage(usageBytes => { - that.updateCurrentDirectory(null , () => + that.updateCurrentDirectory(null , () => { + that.showSpinner = true; that.reduceCopy(index + 1, fileTreeNodes, updatedTarget, future) - ); + }); }); }).exceptionally(function (throwable) { that.updateCurrentDirectory(null , () => {