1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 17:36:38 +02:00

Update scrubber after scrollToItem

This commit is contained in:
Alexander Skvortsov
2020-07-06 18:42:36 -04:00
committed by Franz Liedke
parent 1360723c3f
commit beab8ce39c

View File

@@ -339,6 +339,7 @@ export default class PostStream extends Component {
this.state.unpause(); this.state.unpause();
m.redraw(); m.redraw();
this.calculatePosition(); this.calculatePosition();
this.updateScrubber();
}); });
} }