@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -14476,7 +14476,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14476
14476
|
if (UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]) {
|
|
14477
14477
|
$div[0].style.removeProperty('height');
|
|
14478
14478
|
$div.removeClass('skeleton');
|
|
14479
|
-
$div.
|
|
14479
|
+
$div.content(UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]);
|
|
14480
14480
|
} else {
|
|
14481
14481
|
hover_in($div);
|
|
14482
14482
|
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);
|
|
@@ -12203,7 +12203,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12203
12203
|
if (UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]) {
|
|
12204
12204
|
$div[0].style.removeProperty('height');
|
|
12205
12205
|
$div.removeClass('skeleton');
|
|
12206
|
-
$div.
|
|
12206
|
+
$div.content(UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]);
|
|
12207
12207
|
} else {
|
|
12208
12208
|
hover_in($div);
|
|
12209
12209
|
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);
|