@xuda.io/runtime-bundle 1.0.1047 → 1.0.1048

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 {
@@ -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 {