Fixed #66 disabling collapse collapses all toots

master
Ondřej Hruška 7 years ago
parent 08d19778d5
commit 60d27b4302
  1. 2
      app/javascript/mastodon/components/status.js

@ -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…
Cancel
Save