@xuda.io/runtime-bundle 1.0.990 → 1.0.991

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.
@@ -12572,7 +12572,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12572
12572
  $xurender.data().xuData.original_data_obj = {
12573
12573
  nodeP: _.cloneDeep($elm.data().xuData.node_org),
12574
12574
  paramsP: $elm.data().xuData.paramsP,
12575
- $container: $elm,
12575
+ $container: $elm.clone(true),
12576
12576
  parent_infoP: parent_infoP,
12577
12577
  };
12578
12578
  }
@@ -10297,7 +10297,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10297
10297
  $xurender.data().xuData.original_data_obj = {
10298
10298
  nodeP: _.cloneDeep($elm.data().xuData.node_org),
10299
10299
  paramsP: $elm.data().xuData.paramsP,
10300
- $container: $elm,
10300
+ $container: $elm.clone(true),
10301
10301
  parent_infoP: parent_infoP,
10302
10302
  };
10303
10303
  }