mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-18 04:43:24 +00:00
fix error when single columns mode. (#4734)
This commit is contained in:
parent
4c76402ba1
commit
7be620775e
|
@ -57,8 +57,10 @@ export default class ColumnsArea extends ImmutablePureComponent {
|
||||||
}
|
}
|
||||||
|
|
||||||
handleChildrenContentChange() {
|
handleChildrenContentChange() {
|
||||||
|
if (!this.props.singleColumn) {
|
||||||
scrollRight(this.node);
|
scrollRight(this.node);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
handleSwipe = (index) => {
|
handleSwipe = (index) => {
|
||||||
this.pendingIndex = index;
|
this.pendingIndex = index;
|
||||||
|
|
Loading…
Reference in a new issue