@xuda.io/runtime-bundle 1.0.530 → 1.0.531
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.
|
@@ -32696,7 +32696,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32696
32696
|
|
|
32697
32697
|
let tmp_$div = $('<div>');
|
|
32698
32698
|
|
|
32699
|
-
let $xurender = $('<xurender>').attr('xu-ui-id', $elm.data().xuData.
|
|
32699
|
+
let $xurender = $('<xurender>').attr('xu-ui-id', $elm.data().xuData.node.id).appendTo(tmp_$div).hide();
|
|
32700
32700
|
// was true before
|
|
32701
32701
|
if ($elm.data().xuData.xurender_node) {
|
|
32702
32702
|
$xurender.data({
|