@xuda.io/runtime-bundle 1.0.524 → 1.0.525

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.
@@ -32083,9 +32083,8 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
32083
32083
  const ts = Date.now();
32084
32084
  // remove old panel content
32085
32085
  $.each(panel_val.ids, async function (key, val) {
32086
- $("[xu-ui-id='" + val + "']")
32087
- .attr('xu-ui-id', val + ts)
32088
- .css('filter', 'blur(1px)');
32086
+ $("[xu-ui-id='" + val + "']").attr('xu-ui-id', val + ts);
32087
+ // .css('filter', 'blur(1px)');
32089
32088
  });
32090
32089
 
32091
32090
  let refreshed_ds;