isobit-ui 0.1.42 → 0.1.43
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 +6 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* isobit-ui v0.1.
|
|
2
|
+
* isobit-ui v0.1.43
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5647,14 +5647,14 @@ var resize = function resize() {
|
|
|
5647
5647
|
if (p.children[1]) buildPopupMenu(p.children[1]);
|
|
5648
5648
|
return;
|
|
5649
5649
|
} else if (pc[0].nodeName == "DIV") {
|
|
5650
|
-
p = pc[0];
|
|
5651
|
-
console.log(
|
|
5652
|
-
|
|
5650
|
+
p = pc[0]; //console.log("========");
|
|
5651
|
+
//console.log(p);
|
|
5652
|
+
|
|
5653
5653
|
h = h - ph.offsetHeight - 0;
|
|
5654
5654
|
p.style.height = h + 'px';
|
|
5655
5655
|
p.style.overflowY = 'auto';
|
|
5656
|
-
if (!p.classList.contains('ui-panel')) p = p.children[0];
|
|
5657
|
-
|
|
5656
|
+
if (!p.classList.contains('ui-panel')) p = p.children[0];
|
|
5657
|
+
console.log(p);
|
|
5658
5658
|
var event = new Event("parentResize", {
|
|
5659
5659
|
bubbles: true
|
|
5660
5660
|
});
|