작업 조건 분석 UI 상세 정보 패널 기능 수정
This commit is contained in:
@@ -49,11 +49,9 @@ public class UI_GraphChart : UIBase, IPointerClickHandler
|
||||
{
|
||||
if (RectTransformUtility.RectangleContainsScreenPoint(chartDetailData.rectTransform, Input.mousePosition))
|
||||
{
|
||||
Debug.Log("¹þ¾î³²");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
chartDetailData.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user