Comment typo

This commit is contained in:
Michael Shamoon
2021-01-16 14:14:05 -08:00
parent 2b8dcc21cc
commit d7d29e6ed9
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ export class SaveViewConfigDialogComponent implements OnInit {
})
ngOnInit(): void {
// wait to enable close button so it doesnt steal focus form input
// wait to enable close button so it doesnt steal focus from input since its the first clickable element in the DOM
setTimeout(() => {
this.closeEnabled = true
});