diff --git a/Assets/ManagedResources/~Lua/Modules/SoulPrint/SoulPrintPanel.lua b/Assets/ManagedResources/~Lua/Modules/SoulPrint/SoulPrintPanel.lua index 97e66d6c33..436091ca5b 100644 --- a/Assets/ManagedResources/~Lua/Modules/SoulPrint/SoulPrintPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/SoulPrint/SoulPrintPanel.lua @@ -356,7 +356,7 @@ function this.SetScrollData() this.scrollView:SetData(data,function(index,root) this.SetScrollPre(root,data[index]) list[root] = root - end) + end,true,true) if isPlayAnim then if isFristOpenTime then isFristOpenTime:Stop()