automerge / automerge-repo-swift

Extends the Automerge-swift library, providing support for working with multiple Automerge documents at once, with pluggable network and storage providers.
https://swiftpackageindex.com/automerge/automerge-repo-swift/documentation/automergerepo
MIT License
23 stars 4 forks source link

Save pending changes #120

Closed MilesV64 closed 3 months ago

MilesV64 commented 3 months ago

Adds a method to save the current state of the doc rather than waiting for the 10s debounce. Useful for saving when exiting the screen.