Skip to content

Commit

Permalink
[NUI] fix group remove error.
Browse files Browse the repository at this point in the history
  • Loading branch information
everLEEst authored and dongsug-song committed Dec 6, 2022
1 parent bd718f0 commit 265c88f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,7 @@ public override void NotifyItemRemoved(IItemSource source, int startIndex)
// Remove Group
// groupInfo.Dispose();
groups.Remove(groupInfo);
parentIndex--;
}
else
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -961,6 +961,7 @@ public override void NotifyItemRemoved(IItemSource source, int startIndex)
// Remove Group
// groupInfo.Dispose();
groups.Remove(groupInfo);
parentIndex--;
}
else
{
Expand Down

0 comments on commit 265c88f

Please sign in to comment.