mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4198] - fix user info close on esc key (#4644)
This commit is contained in:
committed by
Eugenio Romano
parent
b371929170
commit
c9977c58fa
@@ -1,4 +1,4 @@
|
||||
<div id="userinfo_container" [class.adf-userinfo-name-right]="showOnRight()"
|
||||
<div id="userinfo_container" [class.adf-userinfo-name-right]="showOnRight()" (keyup)="onKeyPress($event)"
|
||||
class="adf-userinfo-container" *ngIf="isLoggedIn()">
|
||||
|
||||
<ng-container *ngIf="showName">
|
||||
|
Reference in New Issue
Block a user