Fix caching work

This commit is contained in:
TheXamlGuy
2024-05-23 20:42:03 +01:00
parent 246dab4297
commit 40a150fe80
3 changed files with 110 additions and 42 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ public class TrackedProperty<T>(T initial,
public void Commit() => initial = commit();
public void Revert() => revert(initial);
}
}