isobit-ui 0.2.177 → 0.2.178
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.2.
|
|
2
|
+
* isobit-ui v0.2.177
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1097,10 +1097,10 @@ var script$j = {
|
|
|
1097
1097
|
el.style.height = h + "px";
|
|
1098
1098
|
//si tiene header
|
|
1099
1099
|
if (me.timer) clearTimeout(me.timer);
|
|
1100
|
-
if (!el.parentElement) return;
|
|
1101
1100
|
|
|
1102
1101
|
// Set a new timer to run the function 'handleResize' after a specific delay (e.g., 500 milliseconds)
|
|
1103
1102
|
me.timer = setTimeout(function () {
|
|
1103
|
+
if (!el.parentElement) return;
|
|
1104
1104
|
if (el.children[1]) {
|
|
1105
1105
|
console.log(el.children[0].textContent);
|
|
1106
1106
|
console.log(el.children[0]);
|