@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -14784,6 +14784,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14784
14784
|
}
|
|
14785
14785
|
|
|
14786
14786
|
if (UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]) {
|
|
14787
|
+
$div.removeClass('skeleton');
|
|
14787
14788
|
$div.html(UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]);
|
|
14788
14789
|
} else {
|
|
14789
14790
|
hover_in($div);
|
|
@@ -12492,6 +12492,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12492
12492
|
}
|
|
12493
12493
|
|
|
12494
12494
|
if (UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]) {
|
|
12495
|
+
$div.removeClass('skeleton');
|
|
12495
12496
|
$div.html(UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]);
|
|
12496
12497
|
} else {
|
|
12497
12498
|
hover_in($div);
|