mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
Fix post title link bug. Fixes #547
This commit is contained in:
parent
6ac773bbbe
commit
2fa5d74556
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue