@xuda.io/runtime-bundle 1.0.609 → 1.0.611
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.
|
@@ -9822,8 +9822,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
9822
9822
|
if (_session.DS_GLB[panel_val._ds.dsSession]) {
|
|
9823
9823
|
refreshed_ds = panel_val._ds.dsSession;
|
|
9824
9824
|
}
|
|
9825
|
-
for await (item of wrapper_data.xuData.node_org.children) {
|
|
9826
|
-
if (item.tagName !== 'xu-
|
|
9825
|
+
for await (const item of wrapper_data.xuData.node_org.children) {
|
|
9826
|
+
if (item.tagName !== 'xu-panel') continue;
|
|
9827
9827
|
|
|
9828
9828
|
const new_$div = await func.UI.screen.render_ui_tree(
|
|
9829
9829
|
SESSION_ID,
|