isobit-ui 0.0.279 → 0.0.281
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 +3 -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.281
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5418,7 +5418,7 @@ window.ui = _.ui = function (cfg) {
|
|
|
5418
5418
|
backPanel.style.display = 'block';
|
|
5419
5419
|
}
|
|
5420
5420
|
|
|
5421
|
-
|
|
5421
|
+
Vue.resize();
|
|
5422
5422
|
};
|
|
5423
5423
|
|
|
5424
5424
|
if (for_ && for_.classList.contains('panel')) {
|
|
@@ -5617,9 +5617,7 @@ window.ui = _.ui = function (cfg) {
|
|
|
5617
5617
|
}
|
|
5618
5618
|
|
|
5619
5619
|
dialog.style.display = 'block';
|
|
5620
|
-
|
|
5621
|
-
_.resize();
|
|
5622
|
-
|
|
5620
|
+
Vue.resize();
|
|
5623
5621
|
document.documentElement.style.overflow = 'hidden'; // firefox, chrome
|
|
5624
5622
|
|
|
5625
5623
|
document.body.scroll = "no"; // ie only
|