@xuda.io/runtime-bundle 1.0.577 → 1.0.578

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.
@@ -32066,7 +32066,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32066
32066
  $elm.parent().data().xuTeleportData.push($teleport_elm.attr('xu-ui-id'));
32067
32067
  $teleport_elm.attr('xu-teleport-parent-id', $elm.parent().attr('xu-ui-id'));
32068
32068
  }
32069
- $elm.remove();
32069
+ // $elm.remove();
32070
32070
  }
32071
32071
  return { abort: true };
32072
32072
  },