From 048402871d9aa689ecfe57bb6c1232d1bed9499b Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 15 Feb 2022 09:10:47 +0000 Subject: [PATCH] comment --- app/views/console/comps/header.phtml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/views/console/comps/header.phtml b/app/views/console/comps/header.phtml index d46fd3ae0..03872379f 100644 --- a/app/views/console/comps/header.phtml +++ b/app/views/console/comps/header.phtml @@ -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),