isobit-ui 0.2.26 → 0.2.28
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 +4 -4
- 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.27
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5786,9 +5786,9 @@ var resize = function resize() {
|
|
|
5786
5786
|
|
|
5787
5787
|
return;
|
|
5788
5788
|
} else if (pc[0].nodeName == "DIV") {
|
|
5789
|
-
p = pc[0];
|
|
5790
|
-
|
|
5791
|
-
|
|
5789
|
+
p = pc[0];
|
|
5790
|
+
console.log("========");
|
|
5791
|
+
console.log(p);
|
|
5792
5792
|
h = h - ph.offsetHeight - 0;
|
|
5793
5793
|
p.style.height = h + 'px';
|
|
5794
5794
|
p.style.overflowY = 'auto';
|