1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 01:16:52 +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();
m.redraw();
this.calculatePosition();
this.updateScrubber();
});
}