Skip to content

Commit 21f76a9

Browse files
authored
Update packages/kit/src/runtime/client/client.js
1 parent efee7f7 commit 21f76a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/kit/src/runtime/client/client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2809,6 +2809,7 @@ function clone_page(page) {
28092809
*/
28102810
function decode_hash(url) {
28112811
const new_url = new URL(url);
2812+
// Safari, for some reason, does change # to %23, when entered through the address bar
28122813
new_url.hash = decodeURIComponent(url.hash);
28132814
return new_url;
28142815
}

0 commit comments

Comments
 (0)