mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
[ACA-1892] close sidenav instead of toggle (#781)
This commit is contained in:
@@ -114,7 +114,7 @@ export class AppLayoutComponent implements OnInit, OnDestroy {
|
||||
takeUntil(this.onDestroy$)
|
||||
)
|
||||
.subscribe(() => {
|
||||
this.layout.container.toggleMenu();
|
||||
this.layout.container.sidenav.close();
|
||||
});
|
||||
|
||||
this.router.events
|
||||
|
Reference in New Issue
Block a user