@xuda.io/runtime-bundle 1.0.912 → 1.0.914

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.
@@ -14488,7 +14488,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14488
14488
  func.UI.worker.delete_job(SESSION_ID, ui_job_id);
14489
14489
 
14490
14490
  if ($div.children().length) {
14491
- UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone(true);
14491
+ // UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone(true);
14492
14492
  $div.empty();
14493
14493
  const height = $div.data().xuData.viewport_height;
14494
14494
  if (typeof height !== 'undefined') {
@@ -12215,7 +12215,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12215
12215
  func.UI.worker.delete_job(SESSION_ID, ui_job_id);
12216
12216
 
12217
12217
  if ($div.children().length) {
12218
- UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone(true);
12218
+ // UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')] = $div.children().clone(true);
12219
12219
  $div.empty();
12220
12220
  const height = $div.data().xuData.viewport_height;
12221
12221
  if (typeof height !== 'undefined') {