Skip to content
Snippets Groups Projects
Commit b7043493 authored by Eugenij's avatar Eugenij
Browse files

Merge branch 'fix-profile-feed-jumping-in-safari' into 'master'

Fix the user profile feed jumping in Safari

Closes #92

See merge request !50
parents bbb3312d 3986da84
No related branches found
No related tags found
1 merge request!50Fix the user profile feed jumping in Safari
Pipeline #32407 passed
......@@ -15,11 +15,13 @@
{{else}}
<Feed::Loader
@feed={{this.model.feed}}
@beginingOfFeedCallout={{false}}
@beginningOfFeedCallout={{false}}
as |feed|
>
{{#each this.model.feed.content key="id" as |status index|}}
{{#each feed.content key="id" as |status index|}}
<FeedItem
@feedItem={{status}}
@hideUnseen={{true}}
@posinset={{add index 1}}
@setsize={{this.model.feed.content.length}}
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment