Skip to content

Commit

Permalink
Merge pull request #143 from tpetruk/fix-context-menus
Browse files Browse the repository at this point in the history
Fix context menu submenu opening and closing in infinite loop (#142)
  • Loading branch information
SKProCH committed Jan 13, 2022
2 parents 9478a2f + ac86370 commit 64f6fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Material.Styles/MenuItem.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
Grid.Column="4" />
<Popup Grid.Column="0" Name="PART_Popup"
PlacementMode="Right"
IsLightDismissEnabled="True"
IsLightDismissEnabled="False"
IsOpen="{TemplateBinding IsSubMenuOpen, Mode=TwoWay}">
<styles:Card Padding="0">
<Border Name="MainBorder"
Expand Down

0 comments on commit 64f6fd6

Please sign in to comment.