@xuda.io/runtime-bundle 1.0.426 → 1.0.428
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.
|
@@ -27820,6 +27820,9 @@ func.UI.utils.get_panels_wrapper_from_dom = async function (SESSION_ID, $xu_embe
|
|
|
27820
27820
|
var $div = $(elem_val);
|
|
27821
27821
|
|
|
27822
27822
|
const panelXuAttributes = $div?.data().xuPanelWrapper?.panelXuAttributes;
|
|
27823
|
+
|
|
27824
|
+
if (!panelXuAttributes) continue; // skip if no longer in dom
|
|
27825
|
+
|
|
27823
27826
|
let prog_id = panelXuAttributes?.program;
|
|
27824
27827
|
const exp = panelXuAttributes?.['xu-exp:program'];
|
|
27825
27828
|
if (exp) {
|