@xuda.io/runtime-bundle 1.0.430 → 1.0.431
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
|
@@ -8652,7 +8652,7 @@ func.UI.utils.get_panels_wrapper_from_dom = async function (SESSION_ID, $xu_embe
|
|
|
8652
8652
|
|
|
8653
8653
|
if (!panels_obj[xu_ui_id]) {
|
|
8654
8654
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
8655
|
-
let _ds = _session?.DS_GLB[$panel_div.data().xuData.dsSessionP];
|
|
8655
|
+
let _ds = _session?.DS_GLB[$panel_div.data().xuData.paramsP.dsSessionP];
|
|
8656
8656
|
|
|
8657
8657
|
let prog_doc = await func.utils.DOCS_OBJ.get(SESSION_ID, _ds.prog_id);
|
|
8658
8658
|
if (!ignore_disableAutoRefresh && prog_doc.properties.disableAutoRefresh) {
|
|
@@ -8653,7 +8653,7 @@ func.UI.utils.get_panels_wrapper_from_dom = async function (SESSION_ID, $xu_embe
|
|
|
8653
8653
|
|
|
8654
8654
|
if (!panels_obj[xu_ui_id]) {
|
|
8655
8655
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
8656
|
-
let _ds = _session?.DS_GLB[$panel_div.data().xuData.dsSessionP];
|
|
8656
|
+
let _ds = _session?.DS_GLB[$panel_div.data().xuData.paramsP.dsSessionP];
|
|
8657
8657
|
|
|
8658
8658
|
let prog_doc = await func.utils.DOCS_OBJ.get(SESSION_ID, _ds.prog_id);
|
|
8659
8659
|
if (!ignore_disableAutoRefresh && prog_doc.properties.disableAutoRefresh) {
|