버그 수정

This commit is contained in:
logonkhi
2025-11-14 19:54:04 +09:00
parent 934fff54a7
commit 235b4bc28a
18 changed files with 669 additions and 293 deletions

View File

@@ -201,7 +201,7 @@ namespace UVC.UI.List.Tree
/// - changedData: 변경 대상 데이터(자식 추가 등일 때 유효)
/// - index: 삽입/이동 시 기준 인덱스(해당되는 경우)
/// </summary>
protected void OnDataChanged(ChangedType changedType, TreeListItemData changedData, int index)
protected virtual void OnDataChanged(ChangedType changedType, TreeListItemData changedData, int index)
{
if (data == null) return;