@xuda.io/runtime-bundle 1.0.1114 → 1.0.1116

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.
@@ -13655,10 +13655,6 @@ func.UI.screen.create_container = async function (SESSION_ID, $root_container, n
13655
13655
 
13656
13656
  var $div;
13657
13657
 
13658
- if (is_placeholder) {
13659
- $div.addClass('display_none');
13660
- }
13661
-
13662
13658
  if (div === 'svg') {
13663
13659
  const draw_svg = function (element) {
13664
13660
  const get_tag_str = function (element, prop, val) {
@@ -13755,6 +13751,9 @@ func.UI.screen.create_container = async function (SESSION_ID, $root_container, n
13755
13751
  },
13756
13752
  xuAttributes: {},
13757
13753
  });
13754
+ if (is_placeholder) {
13755
+ $div.addClass('display_none');
13756
+ }
13758
13757
 
13759
13758
  if (div_typeP !== 'svg') {
13760
13759
  $div.appendTo($appendTo);
@@ -11380,10 +11380,6 @@ func.UI.screen.create_container = async function (SESSION_ID, $root_container, n
11380
11380
 
11381
11381
  var $div;
11382
11382
 
11383
- if (is_placeholder) {
11384
- $div.addClass('display_none');
11385
- }
11386
-
11387
11383
  if (div === 'svg') {
11388
11384
  const draw_svg = function (element) {
11389
11385
  const get_tag_str = function (element, prop, val) {
@@ -11480,6 +11476,9 @@ func.UI.screen.create_container = async function (SESSION_ID, $root_container, n
11480
11476
  },
11481
11477
  xuAttributes: {},
11482
11478
  });
11479
+ if (is_placeholder) {
11480
+ $div.addClass('display_none');
11481
+ }
11483
11482
 
11484
11483
  if (div_typeP !== 'svg') {
11485
11484
  $div.appendTo($appendTo);