mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 00:49:04 +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.unwrap();
|
||||
|
||||
// Reset progress
|
||||
this.progress.empty();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user