@xuda.io/runtime-bundle 1.0.1086 → 1.0.1087

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.
@@ -34442,7 +34442,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34442
34442
  nodeP.xu_render_xu_ui_id = xu_ui_id;
34443
34443
  nodeP.xu_render_cache_id = xu_render_cache_id;
34444
34444
  if (ret.xu_render_background_processing) {
34445
- $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
34445
+ $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
34446
34446
  return $div;
34447
34447
  } //else {
34448
34448
  // $container.append(temp_$container.children());
@@ -34453,7 +34453,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34453
34453
  } else {
34454
34454
  // $container.append(temp_$container.children());
34455
34455
  if (ret.has_xu_render_attribute) {
34456
- $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove;
34456
+ $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
34457
34457
  }
34458
34458
  return $div;
34459
34459
  }