@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.
@@ -27928,7 +27928,7 @@ func.UI.teleport_garbage_collector = function (SESSION_ID = Object.keys(SESSION_
27928
27928
  return;
27929
27929
  }
27930
27930
 
27931
- const $teleport_elements = $(`[xu-teleport-parent-id='*node-`);
27931
+ const $teleport_elements = $(`[xu-teleport-parent-id^='node-`);
27932
27932
 
27933
27933
  $.each($teleport_elements, (key, val) => {
27934
27934
  const xu_teleport_parent_id = $(val).attr('xu-teleport-parent-id');