We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92b504 commit 640bf46Copy full SHA for 640bf46
1 file changed
Menus/ToolsMenu/ToolsMenuButton/ToolsMenuButton.cs
@@ -519,10 +519,10 @@ void OnBackgroundButtonClick()
519
520
void OnSecondaryButtonClicked()
521
{
522
- if (!implementsSecondaryButton)
523
- {
524
- return;
525
- }
+ if (!implementsSecondaryButton)
+ {
+ return;
+ }
526
this.RestartCoroutine(ref m_VisibilityCoroutine, AnimateHideAndDestroy());
527
closeButton();
528
ActionButtonHoverExit();
0 commit comments