Don't animate the initial Scrubber placement

This commit is contained in:
Alexander Skvortsov 2020-09-25 15:43:41 -04:00
parent dc8b203037
commit 304f05be36

View File

@ -140,7 +140,7 @@ export default class PostStreamScrubber extends Component {
setTimeout(() => this.scrollListener.start());
this.stream.loadPromise.then(() => this.updateScrubberValues({ animate: true, forceHeightChange: true }));
this.stream.loadPromise.then(() => this.updateScrubberValues({ animate: false, forceHeightChange: true }));
}
onremove() {