@kithinji/orca 1.0.30 → 1.0.32
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/browser/index.mjs
CHANGED
|
@@ -18670,7 +18670,6 @@ var Navigate = class Navigate2 {
|
|
|
18670
18670
|
route: initialPath
|
|
18671
18671
|
}
|
|
18672
18672
|
]);
|
|
18673
|
-
history.replaceState({ cursor: 0 }, "", initialPath);
|
|
18674
18673
|
this.saveToStorage();
|
|
18675
18674
|
}
|
|
18676
18675
|
this.initListeners();
|