From 3870703b127836d700b71b47b5ab941888643eed Mon Sep 17 00:00:00 2001 From: hammsvietro <49427492+hammsvietro@users.noreply.github.com> Date: Wed, 11 Aug 2021 22:00:26 -0300 Subject: [PATCH] Scroll to comments on post's x comments button (#312) * scroll to comments on post's x comments button * scrolls down to comments using url params --- src/shared/components/post/post-listing.tsx | 6 ++++-- src/shared/components/post/post.tsx | 20 ++++++++++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index 2350f9b..16469b8 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -466,13 +466,15 @@ export class PostListing extends Component { let post_view = this.props.post_view; return (
-