mirror of
https://github.com/dscyrescotti/Memola.git
synced 2026-04-25 18:18:59 +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