@xuda.io/runtime-bundle 1.0.912 → 1.0.913
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.content(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);
|