mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 17:44:16 +00:00
parent
a1bda825a2
commit
765135f824
|
@ -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