Open micahscopes opened 2 years ago
Right now we're sync'ing all history, so it should be possible, but we're trying to optimize that away to get faster loading.
All the local history should be available, maybe that's good enough for undo?
But I think it's not exposed by the MutableReference
type we're using, we should change that!
How hard would it be to implement an undo feature? Are there any existing mechanisms in HHS that could make this easier?