@xuda.io/runtime-bundle 1.0.876 → 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,10 +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
|
-
|
|
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
|
+
// }
|
|
14870
14871
|
|
|
14871
14872
|
if (UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]) {
|
|
14872
14873
|
$div.removeClass('skeleton');
|
|
@@ -12571,10 +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
|
-
|
|
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
|
+
// }
|
|
12578
12579
|
|
|
12579
12580
|
if (UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]) {
|
|
12580
12581
|
$div.removeClass('skeleton');
|