Commit 97155e9
authored
fix(browser): Call original function on early return from patched history API (#15576)
In #14696 an early
`return` was introduced that alters the default behavior of the
underlying history API that is being patched.
Instead of just returning, the original/underlying function should be
called to keep the default behavior.1 parent bd6aceb commit 97155e9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments