mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-2489] - Drag and Drop is not operable with keyboard alone (#1235)
* filter out image-viewer for key navigation * cancel keyboard navigation for cdk-overlay-container children
This commit is contained in:
@@ -115,7 +115,8 @@ export class PreviewComponent extends PageComponent
|
||||
|
||||
private containersSkipNavigation = [
|
||||
'adf-viewer__sidebar',
|
||||
'mat-dialog-container'
|
||||
'cdk-overlay-container',
|
||||
'adf-image-viewer'
|
||||
];
|
||||
|
||||
constructor(
|
||||
|
Reference in New Issue
Block a user