Skip to content

Commit dd61c6d

Browse files
committed
scrollTopOffset prop drilling fix
1 parent 7dac928 commit dd61c6d

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)