@xuda.io/runtime-bundle 1.0.1124 → 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/js/xuda-runtime-slim.js
CHANGED
|
@@ -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)
|
|
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({
|
|
@@ -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)
|
|
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({
|