This commit is contained in:
Sinai
2021-04-30 23:12:18 +10:00
parent 2378925a8b
commit 74ff1d8f01
14 changed files with 97 additions and 259 deletions

View File

@ -116,7 +116,7 @@ namespace UnityExplorer.UI.Widgets.AutoComplete
UIRoot.SetActive(true);
UIRoot.transform.SetAsLastSibling();
dataHandler.RefreshData();
scrollPool.RefreshAndJumpToTop();
scrollPool.Refresh(true, true);
}
}