mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fixed #66 disabling collapse collapses all toots
This commit is contained in:
parent
08d19778d5
commit
60d27b4302
@ -238,7 +238,7 @@ uncollapse our status accordingly.
|
||||
|
||||
componentWillReceiveProps (nextProps) {
|
||||
if (!nextProps.settings.getIn(['collapsed', 'enabled'])) {
|
||||
this.setExpansion(false);
|
||||
this.setExpansion(true);
|
||||
} else if (
|
||||
nextProps.collapse !== this.props.collapse &&
|
||||
nextProps.collapse !== undefined
|
||||
|
Loading…
Reference in New Issue
Block a user