Skip to content

Commit

Permalink
No need to comment this out since linkedom supports it now
Browse files Browse the repository at this point in the history
See #653 (comment)

We can allow this to run now since I added support for `setProperty` in `linkedom` ⏩ WebReflection/linkedom#114
  • Loading branch information
MadLittleMods committed Feb 25, 2022
1 parent 082d997 commit ea2d45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/web/ui/session/room/TimelineView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class TimelineView extends TemplateView<TimelineViewModel> {
// assume this view will be mounted in the parent DOM straight away
requestAnimationFrame(() => {
// do initial scroll positioning
//this.restoreScrollPosition();
this.restoreScrollPosition();
});
this.tilesView = new TilesListView(vm.tiles, () => this.restoreScrollPosition());
const root = t.div({className: "Timeline"}, [
Expand Down

0 comments on commit ea2d45c

Please sign in to comment.