Fix caching work
This commit is contained in:
@@ -7,4 +7,4 @@ public class TrackedProperty<T>(T initial,
|
||||
public void Commit() => initial = commit();
|
||||
|
||||
public void Revert() => revert(initial);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user