@xuda.io/runtime-bundle 1.0.1112 → 1.0.1114

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.
@@ -34632,7 +34632,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
34632
34632
  if (!element || element === 'script') return await done();
34633
34633
  let str = '';
34634
34634
 
34635
- var temp_$div = await func.UI.screen.create_container(SESSION_ID, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, prop, null, null, element, null, str);
34635
+ var temp_$div = await func.UI.screen.create_container(SESSION_ID, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, prop, null, null, element, null, str, true);
34636
34636
 
34637
34637
  let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
34638
34638
  let $div = temp_$div.clone(true);