Skip to content

Commit 55fa32f

Browse files
authored
Merge pull request #63 from yappbox/scroll-top-offset
scrollTopOffset prop drilling fix
2 parents 7dac928 + dd61c6d commit 55fa32f

File tree

1 file changed

+1
-1
lines changed
  • addon/components/collection-scroll-view

1 file changed

+1
-1
lines changed

addon/components/collection-scroll-view/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<ScrollView
22
class="CollectionScrollView"
33
@contentHeight={{this.scrollHeight}}
4-
@scrollTopOffset={{this.scrollTopOffset}}
4+
@scrollTopOffset={{@scrollTopOffset}}
55
@initialScrollTop={{@initialScrollTop}}
66
@key={{@key}}
77
@auxiliaryComponent={{if @auxiliaryComponent

0 commit comments

Comments
 (0)