Skip to content

Commit e2bdbb7

Browse files
authored
Merge pull request eddiemf#4 from FrancoisH/patch-1
eddiemf#3 Fix for Firefox 55 and IE11
2 parents 12f2312 + f94f61f commit e2bdbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scrollactive.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
* the addition of the active class in the current section item
110110
* and fire the change event.
111111
*/
112-
onScroll() {
112+
onScroll(event) {
113113
let distanceFromTop = window.scrollY;
114114
let currentItem;
115115

0 commit comments

Comments
 (0)