mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
remove tag name check
This commit is contained in:
@@ -61,9 +61,7 @@ export class InfoDrawerComponent implements OnChanges, OnInit, OnDestroy {
|
|||||||
|
|
||||||
@HostListener('keydown.escape', ['$event'])
|
@HostListener('keydown.escape', ['$event'])
|
||||||
onEscapeKeyboardEvent(event: KeyboardEvent): void {
|
onEscapeKeyboardEvent(event: KeyboardEvent): void {
|
||||||
if ((event.target as HTMLElement).tagName !== 'INPUT') {
|
this.close();
|
||||||
this.close();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
|
Reference in New Issue
Block a user