We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9075eb2 commit ee66a55Copy full SHA for ee66a55
src/SIL.XForge.Scripture/ClientApp/src/app/app.component.html
@@ -194,7 +194,7 @@
194
(closed)="drawerCollapsed()"
195
autoFocus="false"
196
>
197
- <app-navigation></app-navigation>
+ <app-navigation (menuItemClicked)="collapseDrawer()"></app-navigation>
198
</mat-drawer>
199
}
200
<!-- The cdkScrollable attribute is needed so the CDK can listen to scroll events within this container -->
0 commit comments