디자인 변경 중
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Cysharp.Threading.Tasks;
|
||||
using Cysharp.Threading.Tasks;
|
||||
using SampleProject;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
@@ -7,7 +7,6 @@ using UnityEngine.UI;
|
||||
using UVC.Factory.Component;
|
||||
using UVC.Locale;
|
||||
using UVC.UI.Modal;
|
||||
|
||||
namespace UVC.Factory.Buttons
|
||||
{
|
||||
public class UISearchInput : MonoBehaviour
|
||||
@@ -43,6 +42,7 @@ namespace UVC.Factory.Buttons
|
||||
});
|
||||
|
||||
inputField.onEndEdit.AddListener(OnFindLocation);
|
||||
inputField.onSubmit.AddListener(OnFindLocation);
|
||||
|
||||
Init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user