Fixed #66 disabling collapse collapses all toots

master
Ondřej Hruška 2017-07-11 20:48:31 +02:00
parent 08d19778d5
commit 60d27b4302
1 changed files with 1 additions and 1 deletions

View File

@ -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