Clicking on the same element in the hamburger view should re-open that view, like the menu items do (#447)
Fixes #437. Clicking on the same element in the hamburger view should re-open that view, like the menu items do Description of the changes: -Fixed the bug that was listed How changes were validated: -manual
This commit is contained in:
committed by
Daniel Belcher
parent
bd04c92c1c
commit
fab21191e2
@@ -100,6 +100,7 @@
|
||||
PaneOpened="OnNavPaneOpened"
|
||||
PaneOpening="OnNavPaneOpening"
|
||||
SelectionChanged="OnNavSelectionChanged"
|
||||
ItemInvoked="OnNavItemInvoked"
|
||||
TabIndex="1"
|
||||
UseSystemFocusVisuals="True">
|
||||
<muxc:NavigationView.PaneFooter>
|
||||
|
||||
Reference in New Issue
Block a user