mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-08 14:51: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$)
|
takeUntil(this.onDestroy$)
|
||||||
)
|
)
|
||||||
.subscribe(() => {
|
.subscribe(() => {
|
||||||
this.layout.container.toggleMenu();
|
this.layout.container.sidenav.close();
|
||||||
});
|
});
|
||||||
|
|
||||||
this.router.events
|
this.router.events
|
||||||
|
Reference in New Issue
Block a user