@xuda.io/runtime-bundle 1.0.524 → 1.0.526

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