fix download indicator

This commit is contained in:
Pete Matsyburka
2024-03-31 18:31:09 +03:00
parent 50c32ac6ff
commit 505b185cf2
+3 -3
View File
@@ -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?:\/\/)|\/)/)) {