mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2025-01-25 19:35:56 +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) {
|
handleImageExpandClick(i: PostListing, event: any) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
i.state.imageExpanded = !i.state.imageExpanded;
|
i.state.imageExpanded = !i.state.imageExpanded;
|
||||||
i.state.showBody = i.state.imageExpanded;
|
|
||||||
i.setState(i.state);
|
i.setState(i.state);
|
||||||
setupTippy();
|
setupTippy();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue