@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.
- package/dist/index.js.map +1 -1
- package/dist/meta/index.js.map +1 -1
- package/dist/quantic-components.js +1 -0
- package/dist/quantic-components.js.map +1 -1
- package/dist/quantic-components.min.js +1 -1
- package/dist/quantic-components.min.js.map +1 -1
- package/dist/tabs/tabs.component.js +1 -0
- package/package.json +1 -1
|
@@ -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() {
|