Skip to content

Commit d8e1933

Browse files
committed
fix: applied yet another rabbit suggestion
1 parent f1723d1 commit d8e1933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/history/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ export function createBrowserHistory(opts?: {
471471
})
472472
if (isBlocked) {
473473
ignoreNextPop = true
474-
win.history.go(1)
474+
win.history.go(-delta)
475475
history.notify(notify)
476476
return
477477
}

0 commit comments

Comments
 (0)