isobit-ui 0.0.285 → 0.0.286
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 -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.286
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -4779,9 +4779,8 @@ var resize = function resize() {
|
|
|
4779
4779
|
ww[0].childNodes[kk].style.overflowY = 'auto';
|
|
4780
4780
|
break;
|
|
4781
4781
|
}
|
|
4782
|
-
}
|
|
4782
|
+
} //console.log(ww[0].childNodes);
|
|
4783
4783
|
|
|
4784
|
-
console.log(ww[0].childNodes);
|
|
4785
4784
|
}
|
|
4786
4785
|
}
|
|
4787
4786
|
};
|
|
@@ -5484,8 +5483,8 @@ window.ui = _.ui = function (cfg) {
|
|
|
5484
5483
|
|
|
5485
5484
|
dialog.setAttribute("path", path.path);
|
|
5486
5485
|
} else {
|
|
5487
|
-
var overlay = document.createElement("div");
|
|
5488
|
-
|
|
5486
|
+
var overlay = document.createElement("div"); //console.log('create overlay');
|
|
5487
|
+
|
|
5489
5488
|
overlay.classList.add("v-overlay");
|
|
5490
5489
|
overlay.style.padding = "40px";
|
|
5491
5490
|
document.body.appendChild(overlay);
|