diff --git a/src/Ursa/Controls/NavMenu/NavMenu.cs b/src/Ursa/Controls/NavMenu/NavMenu.cs
index fed4dfd..0237c8c 100644
--- a/src/Ursa/Controls/NavMenu/NavMenu.cs
+++ b/src/Ursa/Controls/NavMenu/NavMenu.cs
@@ -163,6 +163,10 @@ public class NavMenu: ItemsControl
nav.IsHorizontalCollapsed = !collapsed;
}
+ ///
+ /// this implementation only works in the case that only leaf menu item is allowed to select. It will be changed if we introduce parent level selection in the future.
+ ///
+ ///
private void OnSelectedItemChange(AvaloniaPropertyChangedEventArgs