Browse Source

* Fix cancel

michael 7 years ago
parent
commit
14e0b3dff7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-db/jsondataset.pas

+ 1 - 1
packages/fcl-db/jsondataset.pas

@@ -448,7 +448,7 @@ end;
 
 
 procedure TBaseJSONDataSet.InternalCancel;
 procedure TBaseJSONDataSet.InternalCancel;
 begin
 begin
-
+  FEditRow:=Nil;
 end;
 end;
 
 
 procedure TBaseJSONDataSet.InternalLast;
 procedure TBaseJSONDataSet.InternalLast;