mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 14:21:13 +00:00
Merge pull request #1608 from LemmyNet/bug/fix-image-collapse-upon-vote
Prevent `PostListing` previews from collapsing when voting
This commit is contained in:
commit
a5fc6bf5f1
1 changed files with 0 additions and 1 deletions
|
@ -183,7 +183,6 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
||||||
addModLoading: false,
|
addModLoading: false,
|
||||||
addAdminLoading: false,
|
addAdminLoading: false,
|
||||||
transferLoading: false,
|
transferLoading: false,
|
||||||
imageExpanded: false,
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue