Main/Component/UI/Common/ClickScreenOtherSpace.cs
@@ -57,6 +57,12 @@ m_ClickOtherEvent?.Invoke(); } break; } } else if (Input.GetMouseButtonUp(0)) { switch (m_RespondType) { case RespondType.InOut: this.SetActive(!m_DeActiveSelf); m_ClickOtherEvent?.Invoke();