fix error when single columns mode. (#4734)

master
MitarashiDango 7 years ago committed by Eugen Rochko
parent 4c76402ba1
commit 7be620775e
  1. 2
      app/javascript/mastodon/features/ui/components/columns_area.js

@ -57,8 +57,10 @@ export default class ColumnsArea extends ImmutablePureComponent {
}
handleChildrenContentChange() {
if (!this.props.singleColumn) {
scrollRight(this.node);
}
}
handleSwipe = (index) => {
this.pendingIndex = index;

Loading…
Cancel
Save