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
parent
commit
ce3b9dca01
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui-ngx/src/app/modules/home/home.component.html

1
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">

Loading…
Cancel
Save