@ws-ui/store 1.7.5 → 1.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -6073,7 +6073,7 @@ const KI = (e, t) => oe.isEqual(e, t), Hn = (e) => {
|
|
|
6073
6073
|
r.set("page", e.name), r.delete("path"), a !== e.name && r.delete("editor");
|
|
6074
6074
|
} else {
|
|
6075
6075
|
const a = r.get("path");
|
|
6076
|
-
r.set("path", e.path), r.delete("page"),
|
|
6076
|
+
r.set("path", e.path), r.delete("page"), a !== e.path && r.delete("editor");
|
|
6077
6077
|
}
|
|
6078
6078
|
t.search = r.toString(), window.history.replaceState(null, "", t.href);
|
|
6079
6079
|
}, Fu = () => {
|