@xuda.io/runtime-bundle 1.0.574 → 1.0.575
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
|
@@ -9003,7 +9003,7 @@ func.UI.teleport_garbage_collector = function (SESSION_ID = Object.keys(SESSION_
|
|
|
9003
9003
|
return;
|
|
9004
9004
|
}
|
|
9005
9005
|
|
|
9006
|
-
const $teleport_elements = $(`[xu-teleport-parent-id
|
|
9006
|
+
const $teleport_elements = $(`[xu-teleport-parent-id^='node-`);
|
|
9007
9007
|
|
|
9008
9008
|
$.each($teleport_elements, (key, val) => {
|
|
9009
9009
|
const xu_teleport_parent_id = $(val).attr('xu-teleport-parent-id');
|
|
@@ -9004,7 +9004,7 @@ func.UI.teleport_garbage_collector = function (SESSION_ID = Object.keys(SESSION_
|
|
|
9004
9004
|
return;
|
|
9005
9005
|
}
|
|
9006
9006
|
|
|
9007
|
-
const $teleport_elements = $(`[xu-teleport-parent-id
|
|
9007
|
+
const $teleport_elements = $(`[xu-teleport-parent-id^='node-`);
|
|
9008
9008
|
|
|
9009
9009
|
$.each($teleport_elements, (key, val) => {
|
|
9010
9010
|
const xu_teleport_parent_id = $(val).attr('xu-teleport-parent-id');
|