From 9e89e605d5429babb4b33df2e47ea86dff9d2ba7 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 20 十一月 2025 11:55:04 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/Component/UI/Common/ClickScreenOtherSpace.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/Main/Component/UI/Common/ClickScreenOtherSpace.cs b/Main/Component/UI/Common/ClickScreenOtherSpace.cs
index 1f9b1a2..f2dd64b 100644
--- a/Main/Component/UI/Common/ClickScreenOtherSpace.cs
+++ b/Main/Component/UI/Common/ClickScreenOtherSpace.cs
@@ -5,6 +5,7 @@
 using System;
 using UnityEngine.Events;
 
+//鐐瑰嚮鍏朵粬鍖哄煙瑙﹀彂鎺у埗鏄鹃殣 鍙檮鍔犱簨浠�
 [RequireComponent(typeof(RectTransform))]
 public class ClickScreenOtherSpace : MonoBehaviour
 {
@@ -57,6 +58,12 @@
                         m_ClickOtherEvent?.Invoke();
                     }
                     break;
+            }
+        }
+        else if (Input.GetMouseButtonUp(0))
+        {
+            switch (m_RespondType)
+            {
                 case RespondType.InOut:
                     this.SetActive(!m_DeActiveSelf);
                     m_ClickOtherEvent?.Invoke();

--
Gitblit v1.8.0