From 0ca801522bda511fe2fcb406d12cb7256c710f95 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 2 Feb 2022 09:53:17 -0500 Subject: [PATCH] Fix post title link bug. Fixes #547 (#563) --- src/shared/components/post/post-listing.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/shared/components/post/post-listing.tsx b/src/shared/components/post/post-listing.tsx index bf90cb2..a923c1f 100644 --- a/src/shared/components/post/post-listing.tsx +++ b/src/shared/components/post/post-listing.tsx @@ -1627,7 +1627,6 @@ export class PostListing extends Component { handleImageExpandClick(i: PostListing, event: any) { event.preventDefault(); i.state.imageExpanded = !i.state.imageExpanded; - i.state.showBody = i.state.imageExpanded; i.setState(i.state); setupTippy(); } -- 2.44.1