mirror of
https://github.com/dscyrescotti/Memola.git
synced 2026-07-10 14:52:46 +02:00
feat: enhance vertex loading
This commit is contained in:
@@ -58,6 +58,11 @@ class CanvasViewController: UIViewController {
|
||||
renderView.draw()
|
||||
drawingView.enableUserInteraction()
|
||||
}
|
||||
|
||||
override func viewDidDisappear(_ animated: Bool) {
|
||||
super.viewDidDisappear(animated)
|
||||
Persistence.shared.viewContext.refresh(canvas, mergeChanges: false)
|
||||
}
|
||||
}
|
||||
|
||||
extension CanvasViewController {
|
||||
|
||||
Reference in New Issue
Block a user