react-crud-mobile 1.0.708 → 1.0.709
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.
- package/dist/react-crud-mobile.cjs.development.js +2 -1
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +2 -1
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +2 -1
|
@@ -1164,8 +1164,8 @@ function UIModal(props) {
|
|
|
1164
1164
|
}, def));
|
|
1165
1165
|
main.dialog = d;
|
|
1166
1166
|
scope.currentDialog = d;
|
|
1167
|
-
scope.update();
|
|
1168
1167
|
toggle(true);
|
|
1168
|
+
scope.update();
|
|
1169
1169
|
};
|
|
1170
1170
|
scope.dialogHide = function (args) {
|
|
1171
1171
|
var _main$dialog;
|
|
@@ -1176,6 +1176,7 @@ function UIModal(props) {
|
|
|
1176
1176
|
if ((_main$dialog = main.dialog) != null && _main$dialog.scope) {
|
|
1177
1177
|
main.dialog.scope.update();
|
|
1178
1178
|
}
|
|
1179
|
+
scope.update();
|
|
1179
1180
|
};
|
|
1180
1181
|
React.useEffect(function () {
|
|
1181
1182
|
reactNative.StatusBar.setBarStyle('light-content');
|