@xuda.io/runtime-bundle 1.0.803 → 1.0.804

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.
@@ -27833,7 +27833,7 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
27833
27833
  return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
27834
27834
  },
27835
27835
  render_viewport: async function () {
27836
- const { nodeP, $divP, parent_infoP, $root_container, jobNoP, is_skeleton } = queue_obj?.paramsP || {};
27836
+ const { nodeP, $divP, parent_infoP, $root_container, jobNoP, is_skeleton, paramsP } = queue_obj?.paramsP || {};
27837
27837
  if (nodeP?.children?.length) {
27838
27838
  for await (const [key, val] of Object.entries(nodeP.children)) {
27839
27839
  const ret = await func.UI.screen.render_ui_tree(SESSION_ID, $divP, nodeP.children[key], parent_infoP, paramsP, jobNoP, is_skeleton, Number(key), null, nodeP, null, $root_container);