We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd425d3 commit 30c9171Copy full SHA for 30c9171
deno.json
@@ -43,7 +43,6 @@
43
"dist"
44
],
45
"unstable": [
46
- "byonm",
47
"sloppy-imports",
48
"bare-node-builtins",
49
"unsafe-proto"
src/utils/UrlSaver.ts
@@ -22,7 +22,7 @@ export class UrlSaver {
22
}
23
24
function updateLocationHash(locationHash: string) {
25
- window.history.replaceState(undefined, "", `#${locationHash}`);
+ history.replaceState(undefined, "", `#${locationHash}`);
26
27
28
0 commit comments