We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9814ac7 commit 4fcec62Copy full SHA for 4fcec62
1 file changed
Sources/Core.swift
@@ -1025,7 +1025,7 @@ class Core: NSObject, UIGestureRecognizerDelegate {
1025
}
1026
1027
private func unlockScrollView() {
1028
- guard let scrollView = scrollView, scrollView.isLocked else { return }
+ guard let scrollView = scrollView else { return }
1029
log.debug("unlock scroll view")
1030
1031
scrollView.isDirectionalLockEnabled = false
0 commit comments