@xuda.io/runtime-bundle 1.0.848 → 1.0.849
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.
|
@@ -34451,6 +34451,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34451
34451
|
}
|
|
34452
34452
|
|
|
34453
34453
|
if (UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]) {
|
|
34454
|
+
$div.removeClass('skeleton');
|
|
34454
34455
|
$div.html(UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]);
|
|
34455
34456
|
} else {
|
|
34456
34457
|
hover_in($div);
|