@xuda.io/runtime-bundle 1.0.314 → 1.0.315
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.
|
@@ -34231,12 +34231,6 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34231
34231
|
var exist_elm_obj = get_element_info();
|
|
34232
34232
|
var $div = exist_elm_obj.div;
|
|
34233
34233
|
|
|
34234
|
-
if (!_session.running_$div) {
|
|
34235
|
-
_session.running_$div = [];
|
|
34236
|
-
}
|
|
34237
|
-
|
|
34238
|
-
_session.running_$div.push($div);
|
|
34239
|
-
|
|
34240
34234
|
if (!exist_elm_obj.div) {
|
|
34241
34235
|
var $wrapper = $('<div>');
|
|
34242
34236
|
$div = func.UI.screen.create_container(SESSION_ID, $root_container, nodeP, $container, paramsP, parent_infoP, jobNoP, keyP, parent_nodeP, prop, null, null, 'div', $wrapper, '');
|
|
@@ -34245,6 +34239,12 @@ func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, p
|
|
|
34245
34239
|
// var id = $div.attr('id');
|
|
34246
34240
|
// }
|
|
34247
34241
|
|
|
34242
|
+
if (!_session.running_$div) {
|
|
34243
|
+
_session.running_$div = [];
|
|
34244
|
+
}
|
|
34245
|
+
|
|
34246
|
+
_session.running_$div.push($wrapper);
|
|
34247
|
+
|
|
34248
34248
|
if (!$div) return;
|
|
34249
34249
|
|
|
34250
34250
|
if (!REFRESHER_IN_PROGRESS && (paramsP.is_mobile_popover || paramsP.is_mobile_page)) {
|