react-crud-mobile 1.3.209 → 1.3.211

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.
@@ -2269,8 +2269,8 @@ function UIElement(props) {
2269
2269
  scope.currentDialog = dialog;
2270
2270
  dialogScope.currentDialog = dialog;
2271
2271
  dialogScope.toggleDialog(true);
2272
- scope.update();
2273
- scope.updaters.container == null || scope.updaters.container();
2272
+ setIndex(++index);
2273
+ //scope.updaters.container?.();
2274
2274
  };
2275
2275
  scope.dialogHide = function (args) {
2276
2276
  var _main$dialog;
@@ -2322,7 +2322,7 @@ var boxStyle = /*#__PURE__*/StyleSheet.create({
2322
2322
  }
2323
2323
  });
2324
2324
  var box = /*#__PURE__*/_extends({}, boxStyle.box);
2325
- //v6
2325
+ //v7
2326
2326
  var elementStyle = {};
2327
2327
  elementStyle.view = {
2328
2328
  inner: {