Skip to content

Commit

Permalink
Merge pull request #56 from AlanWeekend/main
Browse files Browse the repository at this point in the history
fixed:looplistitem重复赋值问题
  • Loading branch information
ALEXTANGXIAO authored Nov 13, 2023
2 parents b52e655 + 1b6f809 commit 8321e77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected override void AdjustItemNum(int n, List<TData> datas = null, Action<TI
base.AdjustItemNum(n, datas, funcItem);
m_tpFuncItem = funcItem;
LoopRectView.SetListItemCount(n);
LoopRectView.RefreshAllShownItem();
// LoopRectView.RefreshAllShownItem();
m_tpFuncItem = null;
}

Expand Down

0 comments on commit 8321e77

Please sign in to comment.