@xuda.io/runtime-bundle 1.0.593 → 1.0.594

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.
@@ -12089,6 +12089,10 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
12089
12089
  break;
12090
12090
  }
12091
12091
  }
12092
+
12093
+ if (found) {
12094
+ break;
12095
+ }
12092
12096
  }
12093
12097
  }
12094
12098
 
@@ -9821,6 +9821,10 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
9821
9821
  break;
9822
9822
  }
9823
9823
  }
9824
+
9825
+ if (found) {
9826
+ break;
9827
+ }
9824
9828
  }
9825
9829
  }
9826
9830