Skip to content

Commit

Permalink
NR add TODO for an issue with menu selection
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Dec 23, 2023
1 parent 3aa8ea3 commit 514f5e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public NavigationItem? SelectedFooterMenu
if (!SetProperty(ref selectedFooterMenu, value)) return;
if (selectedFooterMenu is not null)
{
SelectedFeed = null;
SelectedFeed = null; // TODO: CollectionView shows this still as selected! Also initial Feed selection not shown (Windows)
if (!suppressSelectedFooterMenuCommand) selectedFooterMenu.Command?.Execute(null);
}
}
Expand Down

0 comments on commit 514f5e1

Please sign in to comment.