@websy/websy-designs 1.4.13 → 1.4.14

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.
@@ -4430,7 +4430,7 @@ class WebsyRouter {
4430
4430
  }
4431
4431
  }
4432
4432
  if (toggle === false) {
4433
- this.showView(this.currentView, this.currentParams, group)
4433
+ this.showView(newPath.split('?')[0], this.currentParams, group)
4434
4434
  }
4435
4435
  else if (newPath && newPath !== '') {
4436
4436
  this.showView(newPath, null, group)
@@ -4877,7 +4877,7 @@ var WebsyRouter = /*#__PURE__*/function () {
4877
4877
  }
4878
4878
 
4879
4879
  if (toggle === false) {
4880
- this.showView(this.currentView, this.currentParams, group);
4880
+ this.showView(newPath.split('?')[0], this.currentParams, group);
4881
4881
  } else if (newPath && newPath !== '') {
4882
4882
  this.showView(newPath, null, group);
4883
4883
  }