@xuda.io/runtime-bundle 1.0.1287 → 1.0.1288

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.
@@ -12194,7 +12194,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
12194
12194
 
12195
12195
  if (panel_val.$panel_div.data().xuData.pending_to_delete) continue;
12196
12196
 
12197
- if (fields_changed_arr) {
12197
+ if (!watcher && fields_changed_arr) {
12198
12198
  if (fields_changed_datasource && panel_val._ds.dsSession <= Number(fields_changed_datasource)) {
12199
12199
  continue;
12200
12200
  }
@@ -9919,7 +9919,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
9919
9919
 
9920
9920
  if (panel_val.$panel_div.data().xuData.pending_to_delete) continue;
9921
9921
 
9922
- if (fields_changed_arr) {
9922
+ if (!watcher && fields_changed_arr) {
9923
9923
  if (fields_changed_datasource && panel_val._ds.dsSession <= Number(fields_changed_datasource)) {
9924
9924
  continue;
9925
9925
  }