react-crud-mobile 1.3.209 → 1.3.210
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 -2
- 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 -2
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/UIElement.tsx +2 -2
@@ -2269,8 +2269,8 @@ function UIElement(props) {
|
|
2269
2269
|
scope.currentDialog = dialog;
|
2270
2270
|
dialogScope.currentDialog = dialog;
|
2271
2271
|
dialogScope.toggleDialog(true);
|
2272
|
-
|
2273
|
-
scope.updaters.container
|
2272
|
+
setIndex(++index);
|
2273
|
+
//scope.updaters.container?.();
|
2274
2274
|
};
|
2275
2275
|
scope.dialogHide = function (args) {
|
2276
2276
|
var _main$dialog;
|