@xuda.io/runtime-bundle 1.0.1045 → 1.0.1046
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
|
@@ -12711,6 +12711,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12711
12711
|
$root_container,
|
|
12712
12712
|
);
|
|
12713
12713
|
}
|
|
12714
|
+
new_$div.appendTo($container);
|
|
12714
12715
|
// ////////////
|
|
12715
12716
|
// if (!UI_WORKER_OBJ.xu_render_cache[xu_ui_id]) {
|
|
12716
12717
|
// UI_WORKER_OBJ.xu_render_cache[xu_ui_id] = {};
|
|
@@ -10436,6 +10436,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10436
10436
|
$root_container,
|
|
10437
10437
|
);
|
|
10438
10438
|
}
|
|
10439
|
+
new_$div.appendTo($container);
|
|
10439
10440
|
// ////////////
|
|
10440
10441
|
// if (!UI_WORKER_OBJ.xu_render_cache[xu_ui_id]) {
|
|
10441
10442
|
// UI_WORKER_OBJ.xu_render_cache[xu_ui_id] = {};
|