@xuda.io/runtime-bundle 1.0.1124 → 1.0.1126

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.
@@ -12651,7 +12651,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
12651
12651
 
12652
12652
  let tmp_$div = $('<div>');
12653
12653
 
12654
- let $xurender = $('<xurender>').attr('xu-ui-id', $elm.attr('xu-ui-id')).appendTo(tmp_$div).hide();
12654
+ let $xurender = $('<xurender>').attr('xu-ui-id', $elm.attr('xu-ui-id')).appendTo(tmp_$div); //.hide();
12655
12655
  // was true before
12656
12656
  if ($elm.data().xuData.xurender_node) {
12657
12657
  $xurender.data({
@@ -14877,7 +14877,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
14877
14877
  // $div.html(UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]);
14878
14878
  // } else {
14879
14879
  hover_in($div);
14880
- ui_job_id = func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'render_viewport', { $div, nodeP, parent_infoP, $root_container, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP, temp_$container }, null, null, paramsP.dsSessionP);
14880
+ ui_job_id = func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'render_viewport', { $div, nodeP, parent_infoP, $root_container, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP, $container }, null, null, paramsP.dsSessionP);
14881
14881
  // }
14882
14882
  observer_outViewport.observe($div[0]);
14883
14883
  });
@@ -10376,7 +10376,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10376
10376
 
10377
10377
  let tmp_$div = $('<div>');
10378
10378
 
10379
- let $xurender = $('<xurender>').attr('xu-ui-id', $elm.attr('xu-ui-id')).appendTo(tmp_$div).hide();
10379
+ let $xurender = $('<xurender>').attr('xu-ui-id', $elm.attr('xu-ui-id')).appendTo(tmp_$div); //.hide();
10380
10380
  // was true before
10381
10381
  if ($elm.data().xuData.xurender_node) {
10382
10382
  $xurender.data({
@@ -12602,7 +12602,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
12602
12602
  // $div.html(UI_WORKER_OBJ.cache[$div.attr('xu-ui-id')]);
12603
12603
  // } else {
12604
12604
  hover_in($div);
12605
- ui_job_id = func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'render_viewport', { $div, nodeP, parent_infoP, $root_container, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP, temp_$container }, null, null, paramsP.dsSessionP);
12605
+ ui_job_id = func.UI.worker.add_to_queue(SESSION_ID, 'gui event', 'render_viewport', { $div, nodeP, parent_infoP, $root_container, paramsP, jobNoP, is_skeleton, keyP, refreshed_ds, parent_nodeP, check_existP, $container }, null, null, paramsP.dsSessionP);
12606
12606
  // }
12607
12607
  observer_outViewport.observe($div[0]);
12608
12608
  });