adjust kScaleSlop
This commit is contained in:
parent
9f6254cc82
commit
b161b696b6
@ -11,7 +11,7 @@ enum CustomTouchGestureState {
|
||||
twoFingerPan
|
||||
}
|
||||
|
||||
const kScaleSlop = kPrecisePointerPanSlop / 10;
|
||||
const kScaleSlop = kPrecisePointerPanSlop / 15;
|
||||
|
||||
class CustomTouchGestureRecognizer extends ScaleGestureRecognizer {
|
||||
CustomTouchGestureRecognizer({
|
||||
|
Loading…
x
Reference in New Issue
Block a user