mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
fix error when single columns mode. (#4734)
This commit is contained in:
parent
4c76402ba1
commit
7be620775e
@ -57,7 +57,9 @@ export default class ColumnsArea extends ImmutablePureComponent {
|
|||||||
}
|
}
|
||||||
|
|
||||||
handleChildrenContentChange() {
|
handleChildrenContentChange() {
|
||||||
scrollRight(this.node);
|
if (!this.props.singleColumn) {
|
||||||
|
scrollRight(this.node);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
handleSwipe = (index) => {
|
handleSwipe = (index) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user