[ACA-3286] User gets error when removing the attached file (#5735) (#5744)

This commit is contained in:
Mercy Chrysolite
2020-06-02 22:08:18 +05:30
committed by GitHub
parent 439e3c7a7c
commit 6890dea819
2 changed files with 4 additions and 2 deletions

View File

@@ -159,6 +159,8 @@ export class FormFieldComponent implements OnInit, OnDestroy {
}
focusToggle() {
this.focus = !this.focus;
setTimeout(() => {
this.focus = !this.focus;
});
}
}