mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Comment typo
This commit is contained in:
parent
98f3e99e2e
commit
2c9825193b
@ -40,7 +40,7 @@ export abstract class EditDialogComponent<T extends ObjectWithId> implements OnI
|
|||||||
this.objectForm.patchValue(this.object)
|
this.objectForm.patchValue(this.object)
|
||||||
}
|
}
|
||||||
|
|
||||||
// we wait to enable the close button so it doesnt pull browser focus since its the first clickable element in the DOM
|
// wait to enable close button so it doesnt steal focus from input since its the first clickable element in the DOM
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.closeEnabled = true
|
this.closeEnabled = true
|
||||||
});
|
});
|
||||||
|
@ -41,7 +41,7 @@ export class SaveViewConfigDialogComponent implements OnInit {
|
|||||||
})
|
})
|
||||||
|
|
||||||
ngOnInit(): void {
|
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(() => {
|
setTimeout(() => {
|
||||||
this.closeEnabled = true
|
this.closeEnabled = true
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user