← back to Exo
Fix null download progress bug
d931e4d138ba0088c103a5322dcff5ddc7dbc909 · 2024-10-15 10:55:33 +0800 · Sean-fn
Files touched
Diff
commit d931e4d138ba0088c103a5322dcff5ddc7dbc909
Author: Sean-fn <seanfang122@gmail.com>
Date: Tue Oct 15 10:55:33 2024 +0800
Fix null download progress bug
---
exo/tinychat/index.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/exo/tinychat/index.js b/exo/tinychat/index.js
index 4f81d1fb..51dc9934 100644
--- a/exo/tinychat/index.js
+++ b/exo/tinychat/index.js
@@ -350,6 +350,7 @@ document.addEventListener("alpine:init", () => {
}
}
this.lastErrorMessage = null;
+ this.downloadProgress = null;
}
} else {
// No ongoing download
← 08ca7adc remove redundant screenshot image in README
·
back to Exo
·
TFLOPS on GTX 1660 - cabelo@opensuse.org 3e33bca7 →