@xuda.io/runtime-bundle 1.0.1047 → 1.0.1049

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.
@@ -12672,6 +12672,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12672
12672
  };
12673
12673
 
12674
12674
  const post_render = async function () {
12675
+ let nodeP = $container.data().xuData.node[keyP];
12675
12676
  nodeP.xu_render_made = value;
12676
12677
  if (value) {
12677
12678
  try {
@@ -14812,7 +14813,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14812
14813
  };
14813
14814
 
14814
14815
  const draw_html_element = async function (element) {
14815
- let temp_$container = $('<tmp>');
14816
+ let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
14816
14817
  if (!glb.new_xu_render) {
14817
14818
  temp_$container = $container;
14818
14819
  }
@@ -10397,6 +10397,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10397
10397
  };
10398
10398
 
10399
10399
  const post_render = async function () {
10400
+ let nodeP = $container.data().xuData.node[keyP];
10400
10401
  nodeP.xu_render_made = value;
10401
10402
  if (value) {
10402
10403
  try {
@@ -12537,7 +12538,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12537
12538
  };
12538
12539
 
12539
12540
  const draw_html_element = async function (element) {
12540
- let temp_$container = $('<tmp>');
12541
+ let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
12541
12542
  if (!glb.new_xu_render) {
12542
12543
  temp_$container = $container;
12543
12544
  }