@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.
@@ -12375,7 +12375,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12375
12375
  $elm.parent().data().xuTeleportData.push($teleport_elm.attr('xu-ui-id'));
12376
12376
  $teleport_elm.attr('xu-teleport-parent-id', $elm.parent().attr('xu-ui-id'));
12377
12377
  }
12378
- $elm.remove();
12378
+ // $elm.remove();
12379
12379
  }
12380
12380
  return { abort: true };
12381
12381
  },
@@ -10107,7 +10107,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10107
10107
  $elm.parent().data().xuTeleportData.push($teleport_elm.attr('xu-ui-id'));
10108
10108
  $teleport_elm.attr('xu-teleport-parent-id', $elm.parent().attr('xu-ui-id'));
10109
10109
  }
10110
- $elm.remove();
10110
+ // $elm.remove();
10111
10111
  }
10112
10112
  return { abort: true };
10113
10113
  },