Skip to content

Commit 2bb6a60

Browse files
committed
1 parent 6c9af51 commit 2bb6a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const root = nullthrows(document.getElementById('relay-root'));
9797
const scrollStorage = {};
9898

9999
const scrollBehavior = new ScrollBehavior({
100-
addTransitionHook(hook) {
100+
addNavigationListener(hook) {
101101
const unlisten = history.block((location, action) => {
102102
hook();
103103
});

0 commit comments

Comments
 (0)