mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 06:37:11 +08:00
Don't animate the initial Scrubber placement
This commit is contained in:
parent
dc8b203037
commit
304f05be36
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user