浏览代码

Merge pull request #349 from Sean-fn/fix/download_progress_bar

Fix null download progress bug
Alex Cheema 10 月之前
父节点
当前提交
876ae2d4d4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      exo/tinychat/index.js

+ 1 - 0
exo/tinychat/index.js

@@ -350,6 +350,7 @@ document.addEventListener("alpine:init", () => {
                 }
                 }
               }
               }
               this.lastErrorMessage = null;
               this.lastErrorMessage = null;
+              this.downloadProgress = null;
             }
             }
           } else {
           } else {
             // No ongoing download
             // No ongoing download