대시 보드이외의 영역 클릭 시 꺼지는 기능을 대시보드 버튼을 누를 때 꺼지도록 기능 개선
This commit is contained in:
@@ -46,9 +46,9 @@ namespace CHN
|
||||
|
||||
dashBoardCheckListBox.Init(dashboardItem);
|
||||
}
|
||||
public void Open()
|
||||
public void ActiveDashBoard(bool isActive)
|
||||
{
|
||||
SetActive(true);
|
||||
SetActive(isActive);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user