mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
remove tag name check
This commit is contained in:
@@ -61,10 +61,8 @@ 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(
|
||||||
private store: Store<any>,
|
private store: Store<any>,
|
||||||
|
Reference in New Issue
Block a user