@xuda.io/runtime-bundle 1.0.1048 → 1.0.1049
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
|
@@ -14813,7 +14813,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
14813
14813
|
};
|
|
14814
14814
|
|
|
14815
14815
|
const draw_html_element = async function (element) {
|
|
14816
|
-
let temp_$container = $('<tmp>');
|
|
14816
|
+
let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
|
|
14817
14817
|
if (!glb.new_xu_render) {
|
|
14818
14818
|
temp_$container = $container;
|
|
14819
14819
|
}
|
|
@@ -12538,7 +12538,7 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
12538
12538
|
};
|
|
12539
12539
|
|
|
12540
12540
|
const draw_html_element = async function (element) {
|
|
12541
|
-
let temp_$container = $('<tmp>');
|
|
12541
|
+
let temp_$container = $('<tmp>').data('xuData', $container.data().xuData);
|
|
12542
12542
|
if (!glb.new_xu_render) {
|
|
12543
12543
|
temp_$container = $container;
|
|
12544
12544
|
}
|