Skip to content

Commit 640bf46

Browse files
tabs
1 parent d92b504 commit 640bf46

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Menus/ToolsMenu/ToolsMenuButton/ToolsMenuButton.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -519,10 +519,10 @@ void OnBackgroundButtonClick()
519519

520520
void OnSecondaryButtonClicked()
521521
{
522-
if (!implementsSecondaryButton)
523-
{
524-
return;
525-
}
522+
if (!implementsSecondaryButton)
523+
{
524+
return;
525+
}
526526
this.RestartCoroutine(ref m_VisibilityCoroutine, AnimateHideAndDestroy());
527527
closeButton();
528528
ActionButtonHoverExit();

0 commit comments

Comments
 (0)