Skip to content

Commit

Permalink
Fix post title link bug. Fixes #547
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jan 31, 2022
1 parent 6ac773b commit 2fa5d74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shared/components/post/post-listing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,6 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
handleImageExpandClick(i: PostListing, event: any) {
event.preventDefault();
i.state.imageExpanded = !i.state.imageExpanded;
i.state.showBody = i.state.imageExpanded;
i.setState(i.state);
setupTippy();
}
Expand Down

0 comments on commit 2fa5d74

Please sign in to comment.