Skip to content

Commit fa2a703

Browse files
committed
pat navigation: Minor code update.
1 parent 02dedcb commit fa2a703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pat/navigation/navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class Pattern extends BasePattern {
9393
: this.scroll_marker.scroll_container,
9494
"scroll",
9595
"pat-navigation__scroll_marker_enable",
96-
this.debounced_scroll_marker_enabler
96+
this.debounced_scroll_marker_enabler.bind(this)
9797
);
9898
}
9999
}

0 commit comments

Comments
 (0)