mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2025-01-10 20:15:50 +00:00
parent
cd4f97593b
commit
0ca801522b
1 changed files with 0 additions and 1 deletions
|
@ -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