fix increment

This commit is contained in:
2023-08-28 15:31:20 +10:00
parent 9197a86670
commit ee9d96a5bf

View File

@@ -965,8 +965,8 @@ const startFilesUpload = async () => {
content: errorString,
});
} finally {
updateFiles();
currentUploadFileNum.value++;
updateFiles();
}
}