Skip to content

Commit ee66a55

Browse files
committed
ensure mobile nav drawer closed on menu item selection
1 parent 9075eb2 commit ee66a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SIL.XForge.Scripture/ClientApp/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
(closed)="drawerCollapsed()"
195195
autoFocus="false"
196196
>
197-
<app-navigation></app-navigation>
197+
<app-navigation (menuItemClicked)="collapseDrawer()"></app-navigation>
198198
</mat-drawer>
199199
}
200200
<!-- The cdkScrollable attribute is needed so the CDK can listen to scroll events within this container -->

0 commit comments

Comments
 (0)