mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-25 23:39:09 +01:00
Reset file upload progress list when clearing the value
This commit is contained in:
parent
b4aab2f712
commit
2bec393ad2
@ -358,6 +358,9 @@ export class et2_file extends et2_inputWidget
|
|||||||
this.input.wrap('<form>').closest('form').get(0).reset();
|
this.input.wrap('<form>').closest('form').get(0).reset();
|
||||||
this.input.unwrap();
|
this.input.unwrap();
|
||||||
|
|
||||||
|
// Reset progress
|
||||||
|
this.progress.empty();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user