@xuda.io/runtime-bundle 1.0.522 → 1.0.523
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.
|
@@ -32088,6 +32088,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
32088
32088
|
|
|
32089
32089
|
let refreshed_ds;
|
|
32090
32090
|
// check if ds exist and deleted by garbage collector
|
|
32091
|
+
const _session = SESSION_OBJ[SESSION_ID];
|
|
32091
32092
|
if (_session.DS_GLB[panel_val._ds.dsSession]) {
|
|
32092
32093
|
refreshed_ds = panel_val._ds.dsSession;
|
|
32093
32094
|
}
|