Disables CW [Show More/Less] links in collapsed toots
This commit is contained in:
@@ -166,7 +166,7 @@ class StatusUnextended extends ImmutablePureComponent {
|
||||
}
|
||||
|
||||
handleExpandedToggle = () => {
|
||||
this.setState({ isExpanded: !this.state.isExpanded });
|
||||
if (!this.state.isCollapsed) this.setState({ isExpanded: !this.state.isExpanded });
|
||||
};
|
||||
|
||||
handleCollapsedClick = () => {
|
||||
|
Reference in New Issue
Block a user