@xuda.io/runtime-bundle 1.0.1048 → 1.0.1050

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.
@@ -32356,7 +32356,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32356
32356
  };
32357
32357
 
32358
32358
  const post_render = async function () {
32359
- let nodeP = $container.data().xuData.node[keyP];
32359
+ let nodeP = $container.data().xuData.node.children[keyP];
32360
32360
  nodeP.xu_render_made = value;
32361
32361
  if (value) {
32362
32362
  try {
@@ -34497,7 +34497,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34497
34497
  };
34498
34498
 
34499
34499
  const draw_html_element = async function (element) {
34500
- let temp_$container = $('<tmp>');
34500
+ let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
34501
34501
  if (!glb.new_xu_render) {
34502
34502
  temp_$container = $container;
34503
34503
  }