@ctrliq/quantic-components 1.63.4 → 1.63.5

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.
@@ -67563,6 +67563,7 @@
67563
67563
  _onTabSelect(e) {
67564
67564
  if (e.target.closest(tabsTag) !== this)
67565
67565
  return;
67566
+ e.stopPropagation();
67566
67567
  this.selectedIndex = e.detail.index;
67567
67568
  }
67568
67569
  render() {