From 304f05be36a3e938475cbaf1a8a0a71819da9b71 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Fri, 25 Sep 2020 15:43:41 -0400 Subject: [PATCH] Don't animate the initial Scrubber placement --- js/src/forum/components/PostStreamScrubber.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/forum/components/PostStreamScrubber.js b/js/src/forum/components/PostStreamScrubber.js index ef145809b..d45474f05 100644 --- a/js/src/forum/components/PostStreamScrubber.js +++ b/js/src/forum/components/PostStreamScrubber.js @@ -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() {