feat: update lock mode logic

This commit is contained in:
dscyrescotti
2024-06-24 20:44:14 +07:00
parent f267271062
commit 46e5e679b8

View File

@@ -362,7 +362,6 @@ extension CanvasViewController {
}
func lockModeChanged(_ state: Bool) {
scrollView.isScrollEnabled = !state
scrollView.pinchGestureRecognizer?.isEnabled = !state
}
}