@xuda.io/runtime-bundle 1.0.913 → 1.0.914
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.
|
@@ -34162,7 +34162,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34162
34162
|
if (UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]) {
|
|
34163
34163
|
$div[0].style.removeProperty('height');
|
|
34164
34164
|
$div.removeClass('skeleton');
|
|
34165
|
-
$div.
|
|
34165
|
+
$div.html(UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]);
|
|
34166
34166
|
} else {
|
|
34167
34167
|
hover_in($div);
|
|
34168
34168
|
ui_job_id = func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'render_viewport', { $div, nodeP, parent_infoP, $root_container, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP, $container }, null, null, paramsP.dsSessionP);
|
|
@@ -34174,7 +34174,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34174
34174
|
func.UI.worker.delete_job(SESSION_ID, ui_job_id);
|
|
34175
34175
|
|
|
34176
34176
|
if ($div.children().length) {
|
|
34177
|
-
UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone(true);
|
|
34177
|
+
// UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone(true);
|
|
34178
34178
|
$div.empty();
|
|
34179
34179
|
const height = $div.data().xuData.viewport_height;
|
|
34180
34180
|
if (typeof height !== 'undefined') {
|