From dbdd363467a1075b04da024c80bbb62c7e00fe5e Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Tue, 28 Jan 2020 10:52:16 +0100
Subject: [PATCH] fixes:
 https://github.com/HumanBrainProject/interactive-viewer/issues/459

---
 src/atlasViewer/atlasViewer.template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/atlasViewer/atlasViewer.template.html b/src/atlasViewer/atlasViewer.template.html
index edf1cb961..dfa7199be 100644
--- a/src/atlasViewer/atlasViewer.template.html
+++ b/src/atlasViewer/atlasViewer.template.html
@@ -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>
-- 
GitLab