Commit c9f3e1e
authored
[fix] Reset navigating store upon return to site with a bfcache hit (#5613)
Fixes #5415
The alternative fix would have been to do this in beforeunload, but this might result in more possibilities of flickering than the other way around.
Co-authored-by: Simon Holthausen <[email protected]>1 parent c2d21de commit c9f3e1e
File tree
2 files changed
+15
-0
lines changed- .changeset
- packages/kit/src/runtime/client
2 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1219 | 1219 | | |
1220 | 1220 | | |
1221 | 1221 | | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
1222 | 1232 | | |
1223 | 1233 | | |
1224 | 1234 | | |
| |||
0 commit comments