@xuda.io/runtime-bundle 1.0.877 → 1.0.878
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/js/xuda-runtime-slim.js
CHANGED
|
@@ -14863,11 +14863,11 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14863
14863
|
return;
|
|
14864
14864
|
}
|
|
14865
14865
|
|
|
14866
|
-
const height = $div.data().xuData.viewport_height;
|
|
14867
|
-
if (typeof height !== 'undefined') {
|
|
14868
|
-
|
|
14869
|
-
|
|
14870
|
-
}
|
|
14866
|
+
// const height = $div.data().xuData.viewport_height;
|
|
14867
|
+
// if (typeof height !== 'undefined') {
|
|
14868
|
+
// $div.css('height', 'unset');
|
|
14869
|
+
$div[0].style.removeProperty('height');
|
|
14870
|
+
// }
|
|
14871
14871
|
|
|
14872
14872
|
if (UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]) {
|
|
14873
14873
|
$div.removeClass('skeleton');
|
|
@@ -12571,11 +12571,11 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12571
12571
|
return;
|
|
12572
12572
|
}
|
|
12573
12573
|
|
|
12574
|
-
const height = $div.data().xuData.viewport_height;
|
|
12575
|
-
if (typeof height !== 'undefined') {
|
|
12576
|
-
|
|
12577
|
-
|
|
12578
|
-
}
|
|
12574
|
+
// const height = $div.data().xuData.viewport_height;
|
|
12575
|
+
// if (typeof height !== 'undefined') {
|
|
12576
|
+
// $div.css('height', 'unset');
|
|
12577
|
+
$div[0].style.removeProperty('height');
|
|
12578
|
+
// }
|
|
12579
12579
|
|
|
12580
12580
|
if (UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]) {
|
|
12581
12581
|
$div.removeClass('skeleton');
|