Skip to content

Commit eaed9d1

Browse files
authored
Update deserialize.js
1 parent 7a72722 commit eaed9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/theme/components/state/deserialize.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export function deserializeState(serializedString) {
1717

1818
try {
1919
// For backward compatibility
20-
const newCompressed = serializedString.startsWith("eJxd")
20+
const newCompressed = serializedString.startsWith("eJ")
2121
const json = (
2222
newCompressed
2323
? () => {

0 commit comments

Comments
 (0)