Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues when restoring from saved backup
(re: #1489) Our `load` function was not working correctly, by considering the base state instead of the previous state when calling `updateCalculated` to fix caches. This changes the `load` function to do basically the same thing as the `replace`/`revert` functions that get called during the normal course of editing.
- Loading branch information