isobit-ui 0.2.91 → 0.2.92
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.91
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2453,7 +2453,7 @@ var script$d = {
|
|
|
2453
2453
|
p.style.height = maxLabelHeight + 37 - 37 + 'px'; //.v-widget-header
|
|
2454
2454
|
|
|
2455
2455
|
p.parentElement.style.height = p.style.height;
|
|
2456
|
-
console.log(p.parentElement.
|
|
2456
|
+
console.log(p.parentElement.nextElementSibling);
|
|
2457
2457
|
originalHeader.className = 'v-head-cloned';
|
|
2458
2458
|
} //resize();
|
|
2459
2459
|
|