@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.
|
@@ -31531,7 +31531,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31531
31531
|
const $wrapper = $elm.parent();
|
|
31532
31532
|
const wrapper_data = $wrapper.data();
|
|
31533
31533
|
const refreshed_ds = _ds.dsSession;
|
|
31534
|
-
$
|
|
31534
|
+
$wrapper.empty();
|
|
31535
31535
|
const new_$div = await func.UI.screen.render_ui_tree(
|
|
31536
31536
|
SESSION_ID,
|
|
31537
31537
|
$wrapper, // the wrapper
|