mirror of
https://github.com/dscyrescotti/Memola.git
synced 2026-05-10 18:00:13 +02:00
feat: update lock mode logic
This commit is contained in:
@@ -362,7 +362,6 @@ extension CanvasViewController {
|
||||
}
|
||||
|
||||
func lockModeChanged(_ state: Bool) {
|
||||
scrollView.isScrollEnabled = !state
|
||||
scrollView.pinchGestureRecognizer?.isEnabled = !state
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user