fix download indicator

pull/250/head 1.5.0
Pete Matsyburka 2 years ago
parent 50c32ac6ff
commit 505b185cf2

@ -212,9 +212,9 @@ export default {
fileRequests.reduce(
(prevPromise, request) => prevPromise.then(() => request()),
Promise.resolve()
)
this.isDownloading = false
).finally(() => {
this.isDownloading = false
})
},
sanitizeHref (href) {
if (href && href.trim().match(/^((?:https?:\/\/)|\/)/)) {

Loading…
Cancel
Save