@leapdev/gui 0.2.249 → 0.2.250

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.
@@ -294,8 +294,9 @@
294
294
  className.value.indexOf('sf-tab-item-link') !== -1 ||
295
295
  className.value.indexOf('sf-accordion-toggle') !== -1
296
296
  ) {
297
+ window.location.replace(`#${window.urlHash.setItem(targetElem.id)}`);
297
298
  // console.log(window.urlHash.topicsTabAccordion);
298
- window.location.hash = window.urlHash.setItem(targetElem.id);
299
+ // window.location.hash = window.urlHash.setItem(targetElem.id);
299
300
  }
300
301
 
301
302
  return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leapdev/gui",
3
- "version": "0.2.249",
3
+ "version": "0.2.250",
4
4
  "description": "LEAP GUI",
5
5
  "author": "LEAP Dev",
6
6
  "license": "ISC",