@xuda.io/runtime-bundle 1.0.685 → 1.0.686
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
|
@@ -11850,7 +11850,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
11850
11850
|
const $wrapper = $elm.parent();
|
|
11851
11851
|
const wrapper_data = $wrapper.data();
|
|
11852
11852
|
const refreshed_ds = _ds.dsSession;
|
|
11853
|
-
$
|
|
11853
|
+
$wrapper.empty();
|
|
11854
11854
|
const new_$div = await func.UI.screen.render_ui_tree(
|
|
11855
11855
|
SESSION_ID,
|
|
11856
11856
|
$wrapper, // the wrapper
|
|
@@ -9572,7 +9572,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
9572
9572
|
const $wrapper = $elm.parent();
|
|
9573
9573
|
const wrapper_data = $wrapper.data();
|
|
9574
9574
|
const refreshed_ds = _ds.dsSession;
|
|
9575
|
-
$
|
|
9575
|
+
$wrapper.empty();
|
|
9576
9576
|
const new_$div = await func.UI.screen.render_ui_tree(
|
|
9577
9577
|
SESSION_ID,
|
|
9578
9578
|
$wrapper, // the wrapper
|