Skip to content

Commit

Permalink
corrects "year in view" tracking.
Browse files Browse the repository at this point in the history
stopfstedt committed Jul 12, 2023
1 parent 9fccfaa commit adaa0c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addon/components/dashboard/courses-calendar-filter.hbs
Original file line number Diff line number Diff line change
@@ -22,6 +22,7 @@
{{in-viewport
onEnter=(fn this.addYearInView year.year)
onExit=(fn this.removeYearInView year.year)
viewportSpy=true
}}
data-test-year
>
@@ -31,6 +32,7 @@
{{in-viewport
onEnter=(fn this.addTitleInView year.year)
onExit=(fn this.removeTitleInView year.year)
viewportSpy=true
}}
>
<button type="button" {{on "click" (fn this.toggleYear year.year)}}>

0 comments on commit adaa0c4

Please sign in to comment.