aboutsummaryrefslogtreecommitdiff
path: root/src/components/exporter/exporter.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/exporter/exporter.js')
-rw-r--r--src/components/exporter/exporter.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/exporter/exporter.js b/src/components/exporter/exporter.js
index 2ae9492c..8f507416 100644
--- a/src/components/exporter/exporter.js
+++ b/src/components/exporter/exporter.js
@@ -38,6 +38,7 @@ const Exporter = {
document.body.appendChild(fileToDownload)
fileToDownload.click()
document.body.removeChild(fileToDownload)
+ // Add delay before hiding processing state since browser takes some time to handle file download
setTimeout(() => { this.processing = false }, 2000)
})
}