Skip to content

Commit

Permalink
place comment on own line
Browse files Browse the repository at this point in the history
  • Loading branch information
lonitra committed Nov 15, 2023
1 parent 1b05421 commit 1f96b24
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ public override string Name
NavigateDirection.NavigateDirection_FirstChild or NavigateDirection.NavigateDirection_LastChild
=> _owningToolStripOverflowButton.DropDown.Visible
? _owningToolStripOverflowButton.DropDown.AccessibilityObject
: null, // Don't show the inner menu while it is invisible.
// Otherwise it will affect accessibility tree,
// especially for items-controls that have not been created yet.
: null,
// Don't show the inner menu while it is invisible.
// Otherwise it will affect accessibility tree,
// especially for items-controls that have not been created yet.
_ => base.FragmentNavigate(direction),
};
}
Expand Down

0 comments on commit 1f96b24

Please sign in to comment.