@xuda.io/runtime-bundle 1.0.988 → 1.0.989
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.
|
@@ -32133,7 +32133,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32133
32133
|
var value = await func.common.get_cast_val(SESSION_ID, 'common fx', 'xu-render', 'bool', val.value);
|
|
32134
32134
|
const init_render = function () {
|
|
32135
32135
|
if (!value) {
|
|
32136
|
-
var cloned_$div = $elm.clone(true);
|
|
32136
|
+
var cloned_$div = $elm.clone(true, true);
|
|
32137
32137
|
|
|
32138
32138
|
let $xurender = $('<xurender>')
|
|
32139
32139
|
// .attr('xu-ui-id', nodeP.id + '_' + $elm.data().xuData.recordid)
|
|
@@ -32191,7 +32191,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32191
32191
|
// original_data_obj.$root_container,
|
|
32192
32192
|
// );
|
|
32193
32193
|
|
|
32194
|
-
const new_$div = original_data_obj.$container.clone(true);
|
|
32194
|
+
const new_$div = original_data_obj.$container.clone(true, true);
|
|
32195
32195
|
|
|
32196
32196
|
new_$div.data().xuData.original_data_obj = original_data_obj;
|
|
32197
32197
|
new_$div.data().xuData.xurender_node = $elm.clone(true);
|