@xuda.io/runtime-bundle 1.0.1123 → 1.0.1125

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.
package/css/mobile.css CHANGED
@@ -1062,7 +1062,7 @@ xu-nav {
1062
1062
  display: none !important;
1063
1063
  }
1064
1064
 
1065
- xu-render,
1065
+ xurender,
1066
1066
  xu-teleport {
1067
1067
  display: none;
1068
1068
  }
@@ -32335,7 +32335,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
32335
32335
 
32336
32336
  let tmp_$div = $('<div>');
32337
32337
 
32338
- let $xurender = $('<xurender>').attr('xu-ui-id', $elm.attr('xu-ui-id')).appendTo(tmp_$div).hide();
32338
+ let $xurender = $('<xurender>').attr('xu-ui-id', $elm.attr('xu-ui-id')).appendTo(tmp_$div); //.hide();
32339
32339
  // was true before
32340
32340
  if ($elm.data().xuData.xurender_node) {
32341
32341
  $xurender.data({