isobit-ui 0.0.552 → 0.0.553
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.0.
|
|
2
|
+
* isobit-ui v0.0.553
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5394,8 +5394,8 @@ var resize = function resize() {
|
|
|
5394
5394
|
h = h - ph.offsetHeight - 0;
|
|
5395
5395
|
p.style.height = h + 'px';
|
|
5396
5396
|
p.style.overflowY = 'auto';
|
|
5397
|
-
if (!p.classList.contains('ui-panel')) p = p.children[0];
|
|
5398
|
-
|
|
5397
|
+
if (!p.classList.contains('ui-panel')) p = p.children[0]; //console.log(p);
|
|
5398
|
+
|
|
5399
5399
|
var event = new Event("parentResize", {
|
|
5400
5400
|
bubbles: true
|
|
5401
5401
|
});
|
|
@@ -5408,8 +5408,8 @@ var resize = function resize() {
|
|
|
5408
5408
|
h = h - ph.offsetHeight - 0;
|
|
5409
5409
|
p.style.height = h + 'px';
|
|
5410
5410
|
p.style.overflowY = 'auto';
|
|
5411
|
-
if (!p.classList.contains('ui-panel')) p = p.children[0];
|
|
5412
|
-
|
|
5411
|
+
if (!p.classList.contains('ui-panel')) p = p.children[0]; //console.log(p);
|
|
5412
|
+
|
|
5413
5413
|
var event = new Event("parentResize", {
|
|
5414
5414
|
bubbles: true
|
|
5415
5415
|
});
|