Fix post title link bug. Fixes #547 (#563)

This commit is contained in:
Dessalines 2022-02-02 09:53:17 -05:00 committed by GitHub
parent cd4f97593b
commit 0ca801522b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}