SUPPORT-8381: add comment

This commit is contained in:
Alexandr Shalaginov 2024-07-26 13:10:18 +03:00
parent 871641acf9
commit 8145a98f0b

View file

@ -210,6 +210,7 @@ export class ErvuFileUpload extends InputControl {
@Visible()
public reset() {
//don't use super because there is no ngModel here
this.uploader.clearQueue();
this.isDropZoneVisible = true;
this.isFilesListVisible = true;