@xuda.io/runtime-bundle 1.0.1100 → 1.0.1101
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.
|
@@ -34559,6 +34559,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34559
34559
|
const xu_ui_id = $div.attr('xu-ui-id');
|
|
34560
34560
|
|
|
34561
34561
|
if (ret.has_xu_exp_render_attribute) {
|
|
34562
|
+
$div.css('display', 'unset');
|
|
34562
34563
|
const xu_render_cache_id = await get_xu_render_cache_str(SESSION_ID, paramsP.dsSessionP, Object.keys($div.data()?.xuData?.attr_exp_info?.['xu-render']?.fields || {}));
|
|
34563
34564
|
UI_WORKER_OBJ.xu_render_cache[xu_ui_id + xu_render_cache_id] = { $div: $div.clone(true), paramsP };
|
|
34564
34565
|
nodeP.xu_render_xu_ui_id = xu_ui_id;
|