mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-08-07 17:48:27 +00:00
[ACA-2075] Create Library dialog is not focused when opening it for the second time (#863)
* remove autofocus property * let dialog focus elements * remove autoFocus dialog configs * autoFocus default config
This commit is contained in:
committed by
Denys Vuika
parent
904c08461d
commit
ec3eeb7a63
@@ -57,7 +57,7 @@ import {
|
||||
providers: [
|
||||
{
|
||||
provide: MAT_DIALOG_DEFAULT_OPTIONS,
|
||||
useValue: { closeOnNavigation: true, hasBackdrop: true }
|
||||
useValue: { closeOnNavigation: true, hasBackdrop: true, autoFocus: true }
|
||||
}
|
||||
]
|
||||
})
|
||||
|
Reference in New Issue
Block a user