1
0
Fork 0
mirror of synced 2024-06-17 18:24:51 +12:00
This commit is contained in:
Damodar Lohani 2022-02-15 09:10:47 +00:00
parent c36734b90a
commit 048402871d

View file

@ -316,7 +316,11 @@
write,
(progress) => {
/*if cancelled
throw something*/
throw something
- When cancelled we need to delete the file
- but we don't yet have the id of the file,
- after resumable upload change, we will have the id
*/
this.updateFile(id, {
id: id,
progress: Math.round(progress),