isobit-ui 0.2.13 → 0.2.14
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 +2 -1
- 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.13
|
|
3
3
|
* (c) Erik Alarcon Pinedo
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -5812,6 +5812,7 @@ var resize = function resize() {
|
|
|
5812
5812
|
if (ph) h -= ph.offsetHeight + pc[0].offsetHeight + 2;
|
|
5813
5813
|
|
|
5814
5814
|
if (pc[1]) {
|
|
5815
|
+
console.log(pc[1]);
|
|
5815
5816
|
pc[1].style.height = h + 'px';
|
|
5816
5817
|
var e = pc[1].querySelectorAll(".v-resize,.v-datatable");
|
|
5817
5818
|
|