Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
解决评论顺序问题
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiichiamane committed Sep 28, 2019
1 parent bad8d77 commit 7cee7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PixivFSUWP/Data/CommentsCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ in ChildrenComments
{
childschild.Comment = string.Format("RE {0}: {1}",
child.UserName, childschild.Comment);
recommendmodel.ChildrenComments.Insert(0, childschild);
recommendmodel.ChildrenComments.Add(childschild);
}
child.ChildrenComments.Clear();
child.ChildrenComments = null;
Expand Down

0 comments on commit 7cee7a9

Please sign in to comment.