mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-09 18:05:09 +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
|
@ -183,7 +183,6 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
|||
addModLoading: false,
|
||||
addAdminLoading: false,
|
||||
transferLoading: false,
|
||||
imageExpanded: false,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue