@xuda.io/runtime-bundle 1.0.1095 → 1.0.1097
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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -14883,7 +14883,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14883
14883
|
// $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
14884
14884
|
return $div;
|
|
14885
14885
|
} else {
|
|
14886
|
-
|
|
14886
|
+
temp_$div.replaceWith($div);
|
|
14887
14887
|
return $div;
|
|
14888
14888
|
}
|
|
14889
14889
|
} else {
|
|
@@ -14891,6 +14891,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14891
14891
|
if (ret.has_xu_render_attribute) {
|
|
14892
14892
|
// $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
14893
14893
|
}
|
|
14894
|
+
temp_$div.replaceWith($div);
|
|
14894
14895
|
return $div;
|
|
14895
14896
|
}
|
|
14896
14897
|
};
|
|
@@ -12608,7 +12608,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12608
12608
|
// $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
12609
12609
|
return $div;
|
|
12610
12610
|
} else {
|
|
12611
|
-
|
|
12611
|
+
temp_$div.replaceWith($div);
|
|
12612
12612
|
return $div;
|
|
12613
12613
|
}
|
|
12614
12614
|
} else {
|
|
@@ -12616,6 +12616,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12616
12616
|
if (ret.has_xu_render_attribute) {
|
|
12617
12617
|
// $container.find(`[xu-ui-id="${xu_ui_id}"]`).remove();
|
|
12618
12618
|
}
|
|
12619
|
+
temp_$div.replaceWith($div);
|
|
12619
12620
|
return $div;
|
|
12620
12621
|
}
|
|
12621
12622
|
};
|