querysub 0.690.0 → 0.691.0
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/package.json
CHANGED
|
@@ -208,6 +208,7 @@ function syncStateToURL() {
|
|
|
208
208
|
window.history.pushState({}, "", targetURL);
|
|
209
209
|
});
|
|
210
210
|
Querysub.createWriteWatcher(function syncStateToURL() {
|
|
211
|
+
console.log("syncStateToURL", Querysub.getTriggerReason());
|
|
211
212
|
let urlObj = new URL(document.location.href);
|
|
212
213
|
urlObj.search = encodeSearchString(data().params, data().defaults);
|
|
213
214
|
targetURL = urlObj.toString();
|