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