isobit-ui 0.2.21 → 0.2.22
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 +5 -5
- 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.21
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1163,12 +1163,12 @@ var script$j = {
|
|
|
1163
1163
|
var el2; //,style2;
|
|
1164
1164
|
|
|
1165
1165
|
[].forEach.call(el.children, function (ee, i) {
|
|
1166
|
-
|
|
1167
|
-
|
|
1166
|
+
//style2 = window.getComputedStyle(ee);
|
|
1168
1167
|
if (i == el.children.length - 1 && ee.tagName == "CENTER" || !ee.classList.contains("v-scrollable") && !ee.classList.contains("v-resize")) {
|
|
1169
1168
|
h -= ee.offsetHeight + 2;
|
|
1170
|
-
} else {
|
|
1171
|
-
|
|
1169
|
+
} else if (!el2) {
|
|
1170
|
+
el2 = ee;
|
|
1171
|
+
console.log(ee);
|
|
1172
1172
|
}
|
|
1173
1173
|
});
|
|
1174
1174
|
el = el2; // console.log(el);
|