Skip to content
Snippets Groups Projects
Unverified Commit 134e5154 authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #30 from FZJ-INM1-BDA/bugfix/sidenavToggle

bugfix menu collapse
parents bc7e83e1 dbdd3634
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@
</button>
<mat-card *ngIf="!sideNavDrawer.opened" (click)="sideNavDrawer.open()" mat-ripple
<mat-card *ngIf="!sideNavDrawer.opened" (click)="toggleSideNavMenu(false)" mat-ripple
class="pe-all mt-4 muted translate-x-4-n">
<mat-card-content>
<viewer-state-mini>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment