feat: save stroke as soon as it is created at the beginning of touch

This commit is contained in:
dscyrescotti
2024-06-09 14:58:57 +07:00
parent 87b53e069a
commit 99abf94351
3 changed files with 26 additions and 22 deletions
@@ -62,9 +62,6 @@ class CanvasViewController: UIViewController {
override func viewDidDisappear(_ animated: Bool) {
super.viewDidDisappear(animated)
history.resetRedo()
withPersistence(\.backgroundContext) { context in
context.refreshAllObjects()
}
}
}