@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.
@@ -4171,7 +4171,7 @@ class WebsyRouter {
4171
4171
  }
4172
4172
  }
4173
4173
  if (toggle === false) {
4174
- this.showView(this.currentView, this.currentParams, group)
4174
+ this.showView(newPath.split('?')[0], this.currentParams, group)
4175
4175
  }
4176
4176
  else if (newPath && newPath !== '') {
4177
4177
  this.showView(newPath, null, group)
@@ -4575,7 +4575,7 @@ var WebsyRouter = /*#__PURE__*/function () {
4575
4575
  }
4576
4576
 
4577
4577
  if (toggle === false) {
4578
- this.showView(this.currentView, this.currentParams, group);
4578
+ this.showView(newPath.split('?')[0], this.currentParams, group);
4579
4579
  } else if (newPath && newPath !== '') {
4580
4580
  this.showView(newPath, null, group);
4581
4581
  }