@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.
|
@@ -31780,6 +31780,10 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31780
31780
|
break;
|
|
31781
31781
|
}
|
|
31782
31782
|
}
|
|
31783
|
+
|
|
31784
|
+
if (found) {
|
|
31785
|
+
break;
|
|
31786
|
+
}
|
|
31783
31787
|
}
|
|
31784
31788
|
}
|
|
31785
31789
|
|