Fix cancellation of scroll to the right (#4978)

master
abcang 7 years ago committed by Eugen Rochko
parent 8811778b55
commit 44245926f1
  1. 2
      app/javascript/mastodon/features/ui/components/columns_area.js

@ -78,7 +78,7 @@ export default class ColumnsArea extends ImmutablePureComponent {
handleChildrenContentChange() {
if (!this.props.singleColumn) {
scrollRight(this.node, this.node.scrollWidth - window.innerWidth);
this._interruptScrollAnimation = scrollRight(this.node, this.node.scrollWidth - window.innerWidth);
}
}

Loading…
Cancel
Save