@xuda.io/runtime-bundle 1.0.579 → 1.0.580
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.
|
@@ -32059,7 +32059,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32059
32059
|
[`xu-teleport`]: {
|
|
32060
32060
|
to: async function ($elm, val) {
|
|
32061
32061
|
if (val.value) {
|
|
32062
|
-
if ($elm
|
|
32062
|
+
if ($elm?.parent()?.data()?.xuData?.length) {
|
|
32063
32063
|
$elm.parent().data('xuTeleportData', []);
|
|
32064
32064
|
for (const [key, node] of Object.entries(nodeP.children)) {
|
|
32065
32065
|
const $teleport_elm = await func.UI.screen.render_ui_tree(SESSION_ID, $(val.value), node, parent_infoP, paramsP, jobNoP, is_skeleton, Number(key), null, node, null, $root_container);
|