Skip to content

Commit

Permalink
Merge pull request #27 from sage417/sage417-patch-1
Browse files Browse the repository at this point in the history
fix clearIndexedDbFile
  • Loading branch information
iamtsm authored Jan 10, 2024
2 parents b4f79d4 + 9b7d3d7 commit f86e2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svr/web-res/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5380,7 +5380,7 @@ axios.get("/api/comm/initData?turn="+useTurn, {}).then(async (initData) => {
});

// 删除的文件如果是最后一个文件,关闭下接收文件弹窗
if(this.receiveFileRecoderList === 0){
if(this.receiveFileRecoderList.length === 0){
this.clickReceiveFile(true)
}
},
Expand Down

0 comments on commit f86e2ad

Please sign in to comment.