Skip to content

Commit

Permalink
fix(): enable go to second level comments in battles
Browse files Browse the repository at this point in the history
  • Loading branch information
zyuhel authored Apr 3, 2023
1 parent 65c39e9 commit 0494e9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/static/js/components/CommentScrollArrow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ export default {
".post-comments-list > .replies > .reply.comment-is-new",
// Новые реплаи на втором уровне к старым реплаям без родительского комментария
".post-comments-list > .replies > .reply:not(.comment-is-new) > .reply.comment-is-new",
// Новые реплаи на втором уровне бэтлов
".post-comments-list > .replies > .reply:not(.comment-is-new) > .reply-replies >.replies > .reply.comment-is-new",
].join()
);
Expand Down

0 comments on commit 0494e9d

Please sign in to comment.