Browse Source
Merge pull request #4895 from vvlladd28/improvement/main-menu/close
UI: Fixed closed the main menu with the escape key
pull/4901/head
Igor Kulikov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
ui-ngx/src/app/modules/home/home.component.html
|
|
|
@ -17,6 +17,7 @@ |
|
|
|
--> |
|
|
|
<mat-sidenav-container> |
|
|
|
<mat-sidenav #sidenav class="tb-site-sidenav mat-elevation-z2" |
|
|
|
[disableClose]="sidenavOpened" |
|
|
|
(click)="sidenavClicked()" |
|
|
|
[mode]="sidenavMode" |
|
|
|
[opened]="sidenavOpened && !forceFullscreen"> |
|
|
|
|